diff --git a/webpack.config.js b/webpack.config.js index 8c8df40046e..999d5037234 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -13,9 +13,7 @@ module.exports = (env, argv) => { cache: { type: "filesystem", buildDependencies: { - config: [ - __filename, - ], + config: [__filename], }, }, mode: isProduction ? "production" : "development",