ces
杨磊
3 天以前 5bc507a8a7be9cbbad0fa2472f72b1d336f31ef2
1
2
3
4
5
6
const { defineConfig } = require("@vue/cli-service");
module.exports = defineConfig({
  publicPath: "./",
  productionSourceMap: false,
  transpileDependencies: true,
});