vue-cli@3 → vue-cli@4
Breaking Changes
- Lazy loading config moved:
VUE_CLI_BABEL_TRANSPILE_MODULESis deprecated; replace with explicitbabel-plugin-dynamic-import-nodeplugin- Remove
VUE_CLI_BABEL_TRANSPILE_MODULES = truefrom.env.development - Install:
npm install babel-plugin-dynamic-import-node -D - Add to
babel.config.jsunderenv.development.plugins: `['dyna...
- Remove