Skip to content

Commit

Permalink
Remove d3 workaround from babel config
Browse files Browse the repository at this point in the history
  • Loading branch information
chvp committed Aug 9, 2021
1 parent ef7ebd4 commit 6506639
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions babel.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,7 @@ module.exports = function (api) {
isTSX: true
}]
].filter(Boolean),
// ignore cumsum.js because of a bug in babel: https://github.com/babel/babel/issues/11038
ignore: [new RegExp("d3-array/src/cumsum.js")],
ignore: [],
plugins: [
"babel-plugin-macros",
"@babel/plugin-syntax-dynamic-import",
Expand Down

0 comments on commit 6506639

Please sign in to comment.