vue.config.js 100 B

1234567
  1. module.exports = {
  2. productionSourceMap: false,
  3. publicPath: "./",
  4. configureWebpack: {
  5. },
  6. };