Skip to content

Commit

Permalink
fix noble
Browse files Browse the repository at this point in the history
  • Loading branch information
chenyan-dfinity committed Aug 7, 2024
1 parent d774c46 commit 8688a89
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion craco.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,10 @@ module.exports = {
// Fixes a Babel error encountered on Node 16.x / 18.x
plugin: require("craco-babel-loader"),
options: {
includes: [/(\.dfx)/],
includes: [
/(\.dfx)/,
/node_modules\/@noble/,
],
},
},
],
Expand Down

0 comments on commit 8688a89

Please sign in to comment.