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

change to new polyfills setting

parent d0867a7c
...@@ -14,6 +14,9 @@ export default { ...@@ -14,6 +14,9 @@ export default {
dva: { dva: {
hmr: true, hmr: true,
}, },
targets: {
ie: 9,
},
locale: { locale: {
enable: true, // default false enable: true, // default false
default: 'zh-CN', // default zh-CN default: 'zh-CN', // default zh-CN
...@@ -22,7 +25,6 @@ export default { ...@@ -22,7 +25,6 @@ export default {
dynamicImport: { dynamicImport: {
loadingComponent: './components/PageLoading/index', loadingComponent: './components/PageLoading/index',
}, },
polyfills: ['ie11'],
...(!process.env.TEST && os.platform() === 'darwin' ...(!process.env.TEST && os.platform() === 'darwin'
? { ? {
dll: { 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