1
0
mirror of https://github.com/trezor/trezor-wallet synced 2025-05-31 13:18:46 +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: [ rules: [
{ {
test: /\.js?$/, test: /\.js?$/,
exclude: [/node_modules/, /trezor-blockchain-link\/build\/workers/], exclude: [/node_modules/, /blockchain-link\/build\/workers/],
use: ['babel-loader'], use: ['babel-loader'],
}, },
{ {