There was an error while loading. Please reload this page.
1 parent 7a1e762 commit e809160Copy full SHA for e809160
vue.config.js
@@ -8,6 +8,5 @@ module.exports = {
8
mode: 'production',
9
plugins: [new TerserPlugin()]
10
},
11
-publicPath:
12
-process.env.NODE_ENV === 'production' ? '/vue-number-input/' : '/'
+publicPath: process.env.NODE_ENV === 'build' ? '/vue-number-input/' : '/'
13
};
0 commit comments