update webpack.local config

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

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

Loading…
Cancel
Save