mirror of
https://github.com/Poniverse/Pony.fm.git
synced 2024-11-21 12:38:01 +01:00
Ignore moment.js locales
This commit is contained in:
parent
5fe0eb1dfa
commit
02d4b9c3b9
1 changed files with 2 additions and 1 deletions
|
@ -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',
|
||||
|
|
Loading…
Reference in a new issue