Skip to content

Commit

Permalink
Merge pull request #3461 from LiteFarmOrg/LF-4451-make-new-sensor-imp…
Browse files Browse the repository at this point in the history
…ort-syntax-compatible-with-git-hub-actions-api-tests

LF-4451 Add plugin for assertions to babel config
  • Loading branch information
kathyavini authored Sep 19, 2024
2 parents fa113e9 + 15a4056 commit 6016431
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/api/babel.config.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ module.exports = {
],
"plugins": [
"transform-es2015-modules-commonjs",
"babel-plugin-transform-import-meta"
"babel-plugin-transform-import-meta",
"@babel/plugin-syntax-import-assertions"
]
}

0 comments on commit 6016431

Please sign in to comment.