1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2025-11-27 22:59:06 +02:00

Set corejs version

This commit is contained in:
Mark McDowall
2019-07-16 18:31:39 -07:00
parent d7d46a93a7
commit 3f02c150e3
3 changed files with 10 additions and 2 deletions

View File

@@ -100,6 +100,7 @@ const config = {
loose: true,
debug: false,
useBuiltIns: 'entry',
corejs: 3,
targets: browsers
}
]
@@ -119,8 +120,9 @@ const config = {
loader: 'css-loader',
options: {
importLoaders: 1,
localIdentName: '[name]/[local]/[hash:base64:5]',
modules: true
modules: {
localIdentName: '[name]/[local]/[hash:base64:5]'
}
}
},
{