feat:白屏问题
This commit is contained in:
16
babel.config.js
Normal file
16
babel.config.js
Normal file
@@ -0,0 +1,16 @@
|
||||
module.exports = {
|
||||
presets: [
|
||||
[
|
||||
'@vue/cli-plugin-babel/preset',
|
||||
{
|
||||
useBuiltIns: 'usage',
|
||||
corejs: 3,
|
||||
targets: {
|
||||
chrome: '49',
|
||||
ios: '10',
|
||||
android: '4.4'
|
||||
}
|
||||
}
|
||||
]
|
||||
]
|
||||
};
|
||||
Reference in New Issue
Block a user