mirror of
https://github.com/Poniverse/Pony.fm.git
synced 2024-11-22 04:58: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({
|
new webpack.ProvidePlugin({
|
||||||
$: "jquery",
|
$: "jquery",
|
||||||
jQuery: "jquery"
|
jQuery: "jquery"
|
||||||
})
|
}),
|
||||||
|
new webpack.IgnorePlugin(/^\.\/locale$/, /moment$/)
|
||||||
],
|
],
|
||||||
entry: {
|
entry: {
|
||||||
app: './resources/assets/scripts/app/app.coffee',
|
app: './resources/assets/scripts/app/app.coffee',
|
||||||
|
|
Loading…
Reference in a new issue