We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb9ff5d commit b4ce5afCopy full SHA for b4ce5af
babel.config.js
@@ -4,7 +4,7 @@ module.exports = {
4
'@vue/cli-plugin-babel/preset'
5
],
6
'env': {
7
- 'production': {
+ 'development': {
8
// babel-plugin-dynamic-import-node plugin only does one thing by converting all import() to require().
9
// This plugin can significantly increase the speed of hot updates, when you have a large number of pages.
10
'plugins': ['dynamic-import-node']
0 commit comments