Commit 90fc24f1 authored by ι™ˆεΈ…'s avatar ι™ˆεΈ…

change to new polyfills setting

parent d0867a7c
......@@ -14,6 +14,9 @@ export default {
dva: {
hmr: true,
},
targets: {
ie: 9,
},
locale: {
enable: true, // default false
default: 'zh-CN', // default zh-CN
......@@ -22,7 +25,6 @@ export default {
dynamicImport: {
loadingComponent: './components/PageLoading/index',
},
polyfills: ['ie11'],
...(!process.env.TEST && os.platform() === 'darwin'
? {
dll: {
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment