1
0
Fork 0
mirror of https://github.com/bra1n/townsquare.git synced 2025-04-04 22:24:36 +00:00
townsquare/vue.config.js
2023-05-27 19:32:54 +01:00

6 lines
171 B
JavaScript

module.exports = {
publicPath: process.env.NODE_ENV === "production" ? "/" : "/",
chainWebpack: (config) => {
config.module.rule("vue").use("vue-loader");
},
};