Ignore moment.js locales

This commit is contained in:
Josef Citrine 2016-06-05 16:36:55 +01:00
parent 5fe0eb1dfa
commit 02d4b9c3b9

View file

@ -14,7 +14,8 @@ module.exports = {
new webpack.ProvidePlugin({
$: "jquery",
jQuery: "jquery"
})
}),
new webpack.IgnorePlugin(/^\.\/locale$/, /moment$/)
],
entry: {
app: './resources/assets/scripts/app/app.coffee',