Skip to content

Commit e809160

Browse files
committed
Update vue.config.js
1 parent 7a1e762 commit e809160

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

vue.config.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,5 @@ module.exports = {
88
mode: 'production',
99
plugins: [new TerserPlugin()]
1010
},
11-
publicPath:
12-
process.env.NODE_ENV === 'production' ? '/vue-number-input/' : '/'
11+
publicPath: process.env.NODE_ENV === 'build' ? '/vue-number-input/' : '/'
1312
};

0 commit comments

Comments
 (0)