文件
CTAI/CTAI_web/vue.config.js
2020-02-17 14:33:04 +08:00

11 行
214 B
JavaScript

module.exports = {
lintOnSave: undefined,
publicPath: './',
outputDir: undefined,
assetsDir: undefined,
runtimeCompiler: undefined,
productionSourceMap: undefined,
parallel: false,
css: undefined
}