vue-counter/vue.config.js

7 lines
93 B
JavaScript

module.exports = {
publicPath: '',
pluginOptions: {
cordovaPath: 'src-cordova'
}
}