update packages and run prettier

This commit is contained in:
rubikscraft
2022-09-06 16:32:16 +02:00
parent 32ee928b6c
commit 422b4a73c4
87 changed files with 446 additions and 457 deletions

View File

@@ -1,7 +1,5 @@
import webpack from 'webpack';
export default {
plugins: [
new webpack.ContextReplacementPlugin(/moment[\/\\]locale$/, /en/),
],
plugins: [new webpack.ContextReplacementPlugin(/moment[\/\\]locale$/, /en/)],
};