Skip to content

Commit

Permalink
Ignore locales in moment.js (#942)
Browse files Browse the repository at this point in the history
  • Loading branch information
mirka committed Nov 1, 2018
1 parent d334312 commit d2e393c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions webpack.config.js
Expand Up @@ -99,6 +99,7 @@ module.exports = () => {
new webpack.DefinePlugin({
config: JSON.stringify(config()),
}),
new webpack.IgnorePlugin(/^\.\/locale$/, /moment$/),
],
};
};

0 comments on commit d2e393c

Please sign in to comment.