Skip to content

Commit 07c42b8

Browse files
committed
use @babel/plugin-transform-modules-commonjs in splitter.config
1 parent 77a697e commit 07c42b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

splitter.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ module.exports = {
1717
entry: resolve('src/Nightwatch.fsproj'),
1818
outDir: resolve("out"),
1919
babel: {
20-
// presets: [["es2015", { modules: false }]],
20+
plugins: ["@babel/plugin-transform-modules-commonjs"],
2121
// sourceMaps: true,
2222
},
2323
fable: {

0 commit comments

Comments
 (0)