|
|
@@ -25,7 +25,10 @@ export default {
|
|
|
polyfills: ['ie11'],
|
|
|
...(!process.env.TEST && os.platform() === 'darwin'
|
|
|
? {
|
|
|
- dll: ['dva', 'dva/router', 'dva/saga', 'dva/fetch'],
|
|
|
+ dll: {
|
|
|
+ include: ['dva', 'dva/router', 'dva/saga', 'dva/fetch'],
|
|
|
+ exclude: ['@babel/runtime'],
|
|
|
+ },
|
|
|
hardSource: true,
|
|
|
}
|
|
|
: {}),
|