mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-27 18:53:47 +02:00
auto-enable Vue2 dev mode based on NODE_ENV (#1110)
Co-authored-by: Natsumi <11171153+Natsumi-sama@users.noreply.github.com>
This commit is contained in:
@@ -73,10 +73,7 @@ module.exports = {
|
||||
resolve: {
|
||||
extensions: ['.css', '.js', '.scss'],
|
||||
alias: {
|
||||
vue: path.join(
|
||||
__dirname,
|
||||
'./node_modules/vue/dist/vue.common.prod.js'
|
||||
)
|
||||
vue: 'vue/dist/vue.common.js'
|
||||
}
|
||||
},
|
||||
performance: {
|
||||
|
||||
Reference in New Issue
Block a user