Skip to content

Commit

Permalink
bugfix: some modules have const in libs
Browse files Browse the repository at this point in the history
  • Loading branch information
soliury committed Apr 29, 2020
1 parent 04aa9a6 commit 35f0729
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pack/webpack/base.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ module.exports = {
{
test: /\.(j|t)s$/,
// exclude: /node_modules(?!(\/base-x)|(\/resize-detector)|(\/vue-echarts))|(\/@vite\/vitejs\/)/,
exclude: /node_modules(?!(\/base-x)|(\/resize-detector)|(\/vue-echarts)|(\/bip39))/,
exclude: /node_modules(?!(\/base-x)|(\/resize-detector)|(\/vue-echarts)|(\/bip39)|(\/bip32)|(\/@vite\/ledgerjs-hw-app-vite)|(\/@ledgerhq))/,
use: {
loader: 'babel-loader',
options: { presets: ['@babel/preset-env'] }
Expand Down

0 comments on commit 35f0729

Please sign in to comment.