updated deps

This commit is contained in:
2022-11-11 14:11:19 +01:00
parent e33614862e
commit 7605e46a7c
24 changed files with 3541 additions and 6174 deletions

View File

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