Add all dashboard projects
This commit is contained in:
19
MES_Manage_View_V20/babel.config.js
Normal file
19
MES_Manage_View_V20/babel.config.js
Normal file
@@ -0,0 +1,19 @@
|
||||
module.exports = {
|
||||
presets: [
|
||||
[
|
||||
'@babel/preset-env',
|
||||
{
|
||||
modules: false,
|
||||
targets: {
|
||||
browsers: ['> 1%', 'last 2 versions', 'not ie <= 8']
|
||||
},
|
||||
useBuiltIns: 'usage',
|
||||
corejs: 3
|
||||
}
|
||||
]
|
||||
],
|
||||
plugins: [
|
||||
'babel-plugin-transform-vue-jsx',
|
||||
'@babel/plugin-transform-runtime'
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user