fix npm run build (#94)

This commit is contained in:
crptm 2017-07-26 03:13:25 +04:00 committed by Daniel Ternyak
parent 0eae13f938
commit 1c7f13c69c
2 changed files with 2 additions and 2 deletions

View File

@ -13,7 +13,7 @@ module.exports = {
'react-router',
'redux',
'react-router-redux',
'redux-thunk',
'redux-saga',
'whatwg-fetch'
],
// enable babelrc

View File

@ -38,7 +38,7 @@ module.exports = {
{
test: /\.(js|jsx)$/,
loaders: ['babel-loader'],
exclude: [/node_modules\/(?!ethereum-blockies)/]
exclude: [/node_modules\/(?!ethereum-blockies|idna-uts46)/]
},
{
test: /\.(ico|webp|eot|otf|ttf|woff|woff2)(\?.*)?$/,