vue.config.js 210 B

12345678910
  1. module.exports = {
  2. lintOnSave: undefined,
  3. publicPath: './',
  4. outputDir: undefined,
  5. assetsDir: undefined,
  6. runtimeCompiler: undefined,
  7. productionSourceMap: false,
  8. parallel: false,
  9. css: undefined
  10. }