updated core-js

This commit is contained in:
2022-11-06 00:16:29 +01:00
parent e33614862e
commit befc14d894
27 changed files with 4504 additions and 7635 deletions

View File

@@ -5,6 +5,13 @@ module.exports = {
configureWebpack: {
plugins: [
new Dotenv()
]
],
},
css: {
loaderOptions: {
css: {
url: false
}
}
}
}