1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859 |
- <<<<<<< HEAD
- module.exports = {
- "presets": [
- '@vue/cli-plugin-babel/preset',
- [
- "@babel/preset-env",
- {
- "useBuiltIns": "usage",
- "corejs": 3
- }
- ]
- ],
- "plugins": [
- ["component",
- {
- "libraryName": "element-ui",
- "styleLibraryName": "theme-chalk"
- }
- ]
- ],
- 'env': {
- 'development': {
- // babel-plugin-dynamic-import-node plugin only does one thing by converting all import() to require().
- // This plugin can significantly increase the speed of hot updates, when you have a large number of pages.
- 'plugins': ['dynamic-import-node']
- }
- }
- }
- =======
- module.exports = {
- "presets": [
- '@vue/cli-plugin-babel/preset',
- [
- "@babel/preset-env",
- {
- "useBuiltIns": "usage",
- "corejs": 3
- }
- ]
- ],
- "plugins": [
- ["component",
- {
- "libraryName": "element-ui",
- "styleLibraryName": "theme-chalk"
- }
- ]
- ],
- 'env': {
- 'development': {
- // babel-plugin-dynamic-import-node plugin only does one thing by converting all import() to require().
- // This plugin can significantly increase the speed of hot updates, when you have a large number of pages.
- 'plugins': ['dynamic-import-node']
- }
- }
- }
- >>>>>>> ec6eeb00ce64eb587a455406167d302dc3e59216
|