Skip to content

Commit

Permalink
use @babel/plugin-transform-modules-commonjs in splitter.config
Browse files Browse the repository at this point in the history
  • Loading branch information
forki committed Feb 20, 2019
1 parent 77a697e commit 07c42b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion splitter.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ module.exports = {
entry: resolve('src/Nightwatch.fsproj'),
outDir: resolve("out"),
babel: {
// presets: [["es2015", { modules: false }]],
plugins: ["@babel/plugin-transform-modules-commonjs"],
// sourceMaps: true,
},
fable: {
Expand Down

0 comments on commit 07c42b8

Please sign in to comment.