update webpack.local config

pull/260/head
Szymon Lesisz 6 years ago
parent b7790c0351
commit 1ac33b05ee

@ -50,7 +50,7 @@ module.exports = {
rules: [ rules: [
{ {
test: /\.js?$/, test: /\.js?$/,
exclude: [/node_modules/, /blockchain-link\/build\/workers/], exclude: [/node_modules/, /trezor-blockchain-link\/build\/workers/],
use: ['babel-loader'], use: ['babel-loader'],
}, },
{ {

Loading…
Cancel
Save