From 862adb0677088fdc6babfe65bae26bf18c0108de Mon Sep 17 00:00:00 2001 From: Ivan Goncharov Date: Wed, 10 Jun 2020 23:18:22 +0300 Subject: [PATCH] ci: use '.js' extension for deno build (#2641) --- .babelrc-deno.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.babelrc-deno.json b/.babelrc-deno.json index 561f7347be..4b9b17ddad 100644 --- a/.babelrc-deno.json +++ b/.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": [