vue.config.js 214 B

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