Skip to content

Commit 55605f4

Browse files
committed
Ignore questionable dependencies, globalize-webpack-plugin should provide those
1 parent af2ad0d commit 55605f4

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

webpack-config.js

+4
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@ module.exports = {
1111
path: './dist',
1212
filename: 'app.[hash].js'
1313
},
14+
externals: {
15+
'globalize-locales': 'var {}',
16+
'globalize/date': 'var {}'
17+
},
1418
module: {
1519
loaders: [
1620
{

0 commit comments

Comments
 (0)