fix npm run build (#94)
This commit is contained in:
parent
0eae13f938
commit
1c7f13c69c
|
@ -13,7 +13,7 @@ module.exports = {
|
||||||
'react-router',
|
'react-router',
|
||||||
'redux',
|
'redux',
|
||||||
'react-router-redux',
|
'react-router-redux',
|
||||||
'redux-thunk',
|
'redux-saga',
|
||||||
'whatwg-fetch'
|
'whatwg-fetch'
|
||||||
],
|
],
|
||||||
// enable babelrc
|
// enable babelrc
|
||||||
|
|
|
@ -38,7 +38,7 @@ module.exports = {
|
||||||
{
|
{
|
||||||
test: /\.(js|jsx)$/,
|
test: /\.(js|jsx)$/,
|
||||||
loaders: ['babel-loader'],
|
loaders: ['babel-loader'],
|
||||||
exclude: [/node_modules\/(?!ethereum-blockies)/]
|
exclude: [/node_modules\/(?!ethereum-blockies|idna-uts46)/]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
test: /\.(ico|webp|eot|otf|ttf|woff|woff2)(\?.*)?$/,
|
test: /\.(ico|webp|eot|otf|ttf|woff|woff2)(\?.*)?$/,
|
||||||
|
|
Loading…
Reference in New Issue