REMOVE babel/runtime alias for preview

This commit is contained in:
Norbert de Langen 2018-12-01 12:45:30 +01:00
parent 3cd3ae347e
commit 4efe5d15ba
No known key found for this signature in database
GPG Key ID: 976651DA156C2825

View File

@ -88,9 +88,6 @@ export default ({
extensions: ['.mjs', '.js', '.jsx', '.json'],
modules: ['node_modules'].concat(raw.NODE_PATH || []),
mainFields: ['browser', 'main', 'module'],
alias: {
'@babel/runtime': getBabelRuntimePath(),
},
},
optimization: {
splitChunks: {