asciibird/vue.config.js

10 lines
95 B
JavaScript

module.exports = {
lintOnSave: false,
css: {
extract: false
},
publicPath: ''
};