Skip to content

Commit 8bc18dc

Browse files
authoredFeb 8, 2024
Merge pull request #343 from droberts-ctrlo/babel-comment-fix
Added new babel config file and added comment as clarification for exclude
2 parents 8831184 + 8a7a7f8 commit 8bc18dc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed
 

‎.babelrc ‎babel.config.js

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
{
1+
module.exports = {
22
"presets": [
33
[
44
"@babel/preset-env",
@@ -17,6 +17,7 @@
1717
"@babel/preset-typescript",
1818
"@babel/preset-react"
1919
],
20+
// ignore the plotly files as babel will mash them and they will not work
2021
"ignore": [
2122
"src/frontend/js/lib/plotly/*.js",
2223
]

0 commit comments

Comments
 (0)
Please sign in to comment.