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:
pa
2025-02-03 19:59:10 +09:00
committed by GitHub
parent bbbef2aece
commit a613f91b36
6 changed files with 53 additions and 32 deletions

View File

@@ -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: {