exclude blockchain-link workers from webpack config

pull/260/head
Szymon Lesisz 6 years ago
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…
Cancel
Save