mirror of
https://github.com/bra1n/townsquare.git
synced 2025-04-04 22:24:36 +00:00
6 lines
171 B
JavaScript
6 lines
171 B
JavaScript
module.exports = {
|
|
publicPath: process.env.NODE_ENV === "production" ? "/" : "/",
|
|
chainWebpack: (config) => {
|
|
config.module.rule("vue").use("vue-loader");
|
|
},
|
|
};
|