1
0
mirror of https://github.com/trezor/trezor-wallet synced 2025-03-11 06:06:04 +00:00

exclude blockchain-link workers from webpack config

This commit is contained in:
Szymon Lesisz 2018-11-21 13:56:58 +01:00
parent 25130ce282
commit 90b020e355

View File

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