update webpack:local config

pull/282/head
Szymon Lesisz 5 years ago
parent 7f517041b1
commit 20f19d77bd

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

Loading…
Cancel
Save