Skip to content

Commit

Permalink
Fix compiling ES modules
Browse files Browse the repository at this point in the history
Signed-off-by: Richie Bendall <richiebendall@gmail.com>
  • Loading branch information
Richienb committed Aug 18, 2020
1 parent 2547940 commit 71c1cd5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ const [
const commonPlugins = [
commonjs({ extensions: [".js", ".ts"] }),
nodeResolve({ browser: true }),
typescript({ target: "esnext" }),
typescript({ target: "esnext", esModuleInterop: true }),
babel({
presets: [
["@babel/preset-env", {
Expand Down

0 comments on commit 71c1cd5

Please sign in to comment.