1
0
mirror of https://github.com/trezor/trezor-wallet synced 2024-11-27 10:48:22 +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: [
{
test: /\.js?$/,
exclude: /node_modules/,
exclude: [/node_modules/, /blockchain-link\/build\/workers/],
use: ['babel-loader'],
},
{