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:
parent
25130ce282
commit
90b020e355
@ -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'],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user