unknown
2024-05-28 f7a1e23185b5146571e81f0daab5698527a0fb21
vue.config.js
@@ -1,8 +1,19 @@
const { defineConfig } = require("@vue/cli-service");
module.exports = defineConfig({
  publicPath: "./",
  publicPath: process.env.PUBLIC_PATH,
  transpileDependencies: true,
  lintOnSave: false,
  // devServer: {
  //   open: true,
  //   historyApiFallback: true,
  //   allowedHosts: "all",
  //   headers: {
  //     "access-control-allow-origin": "*",
  //   },
  //   client: {
  //     overlay: { warnings: false, errors: true }
  //   }
  // },
  configureWebpack: {
    output: {
      library: `app-content`,