1
0
mirror of https://github.com/trezor/trezor-wallet synced 2024-11-27 10:48:22 +00:00

update webpack.local config

This commit is contained in:
Szymon Lesisz 2018-12-11 15:08:38 +01:00
parent b7790c0351
commit 1ac33b05ee

View File

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