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:
parent
25130ce282
commit
90b020e355
@ -50,7 +50,7 @@ module.exports = {
|
||||
rules: [
|
||||
{
|
||||
test: /\.js?$/,
|
||||
exclude: /node_modules/,
|
||||
exclude: [/node_modules/, /blockchain-link\/build\/workers/],
|
||||
use: ['babel-loader'],
|
||||
},
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user