Skip to content

Commit

Permalink
🏠 Ingore moment locale in dev server
Browse files Browse the repository at this point in the history
  • Loading branch information
slaweet committed Sep 20, 2019
1 parent afeda22 commit fc65971
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions config/webpack.config.dev.js
Expand Up @@ -29,5 +29,6 @@ module.exports = merge(baseConfig, reactConfig, {
NODE_ENV: null,
},
}),
new webpack.IgnorePlugin(/\.\/locale$/),
],
});

0 comments on commit fc65971

Please sign in to comment.