Update packages

This commit is contained in:
Caramel
2023-06-02 16:35:31 +02:00
parent 5e6c12ce6d
commit 18bee2e0cd
12 changed files with 3443 additions and 2740 deletions

View File

@@ -6,4 +6,22 @@ export default {
new webpack.ContextReplacementPlugin(/moment[\/\\]locale$/, /en/),
// new BundleAnalyzerPlugin(),
],
module: {
rules: [
{
test: /\.m?js$/,
exclude: /node_modules/,
use: {
loader: 'babel-loader',
options: {
presets: [
[
'@babel/preset-env',
],
],
},
},
},
],
},
};