mirror of
https://github.com/trezor/trezor-wallet
synced 2024-11-30 20:28:09 +00:00
update webpack.local config
This commit is contained in:
parent
b7790c0351
commit
1ac33b05ee
@ -50,7 +50,7 @@ module.exports = {
|
|||||||
rules: [
|
rules: [
|
||||||
{
|
{
|
||||||
test: /\.js?$/,
|
test: /\.js?$/,
|
||||||
exclude: [/node_modules/, /blockchain-link\/build\/workers/],
|
exclude: [/node_modules/, /trezor-blockchain-link\/build\/workers/],
|
||||||
use: ['babel-loader'],
|
use: ['babel-loader'],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user