1
0
mirror of https://github.com/trezor/trezor-wallet synced 2025-01-02 12:20:53 +00:00

update webpack:local config

This commit is contained in:
Szymon Lesisz 2018-12-19 17:46:45 +01:00
parent 7f517041b1
commit 20f19d77bd

View File

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