Skip to content

Commit

Permalink
prettify
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelgerber committed Sep 11, 2020
1 parent 5c31959 commit d628c24
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions webpack.config.js
Expand Up @@ -13,9 +13,7 @@ module.exports = (env, argv) => {
cache: {
type: "filesystem",
buildDependencies: {
config: [
__filename,
],
config: [__filename],
},
},
mode: isProduction ? "production" : "development",
Expand Down

0 comments on commit d628c24

Please sign in to comment.