vue.config.js 72 B

1234
  1. module.exports = {
  2. productionSourceMap: false,
  3. publicPath: "./",
  4. };