mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-06-20 17:15:51 +02:00
Reenabled config.useBuiltIns = 'usage'; option for webpack
This commit is contained in:
parent
e6408a4dff
commit
8e58ad3441
1 changed files with 1 additions and 1 deletions
|
@ -93,7 +93,7 @@ Encore
|
|||
|
||||
// enables @babel/preset-env polyfills
|
||||
.configureBabelPresetEnv((config) => {
|
||||
//config.useBuiltIns = 'usage';
|
||||
config.useBuiltIns = 'usage';
|
||||
config.corejs = 3;
|
||||
})
|
||||
// enables Sass/SCSS support
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue