vue.config.js 94 B

12345
  1. const webpack = require('webpack')
  2. module.exports = {
  3. lintOnSave: false,
  4. publicPath: './'
  5. }