|
@@ -2,7 +2,7 @@
|
|
|
const path = require('path')
|
|
|
const defaultSettings = require('./src/settings.js')
|
|
|
|
|
|
-function resolve(dir) {
|
|
|
+function resolve (dir) {
|
|
|
return path.join(__dirname, dir)
|
|
|
}
|
|
|
|
|
@@ -25,7 +25,7 @@ module.exports = {
|
|
|
* Detail: https://cli.vuejs.org/config/#publicpath
|
|
|
*/
|
|
|
publicPath: './',
|
|
|
- outputDir: 'dist',
|
|
|
+ outputDir: 'zxxjc',
|
|
|
assetsDir: 'static',
|
|
|
lintOnSave: process.env.NODE_ENV === 'development',
|
|
|
productionSourceMap: false,
|
|
@@ -65,7 +65,7 @@ module.exports = {
|
|
|
}
|
|
|
}
|
|
|
},
|
|
|
- chainWebpack(config) {
|
|
|
+ chainWebpack (config) {
|
|
|
config.externals({ './cptable': 'var cptable' })
|
|
|
// it can improve the speed of the first screen, it is recommended to turn on preload
|
|
|
config.plugin('preload').tap(() => [
|