diff --git a/webpack/local.babel.js b/webpack/local.babel.js index e730ec46..b6d1894e 100644 --- a/webpack/local.babel.js +++ b/webpack/local.babel.js @@ -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'], }, {