1
0
mirror of https://github.com/sasjs/adapter.git synced 2025-12-11 01:14:36 +00:00

chore(deps): update package versions

This commit is contained in:
Krishna Acondy
2021-06-04 08:59:15 +01:00
parent fadccfc94c
commit 2032aacba3
3 changed files with 3938 additions and 4355 deletions

View File

@@ -7,11 +7,10 @@ const browserConfig = {
devtool: 'inline-source-map',
mode: 'production',
optimization: {
minimize: true,
minimizer: [
new terserPlugin({
cache: true,
parallel: true,
sourceMap: true,
terserOptions: {}
})
]