Skip to content

Commit

Permalink
ci: use '.js' extension for deno build (#2641)
Browse files Browse the repository at this point in the history
  • Loading branch information
IvanGoncharov committed Jun 10, 2020
1 parent 4b75720 commit 862adb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .babelrc-deno.json
@@ -1,7 +1,7 @@
{
"plugins": [
"@babel/plugin-transform-flow-strip-types",
["./resources/add-extension-to-import-paths", { "extension": "mjs" }],
["./resources/add-extension-to-import-paths", { "extension": "js" }],
"./resources/inline-invariant"
],
"overrides": [
Expand Down

0 comments on commit 862adb0

Please sign in to comment.