Skip to content

Commit

Permalink
fix: use cjs module option to babel configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinDepuydt committed Jun 24, 2019
1 parent 83d1d2d commit e11203a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion packages/botfuel-dialog/.babelrc
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
{
"targets": {
"node": true
}
},
"modules": "cjs"
}
]
],
Expand Down
2 changes: 1 addition & 1 deletion packages/botfuel-dialog/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit e11203a

Please sign in to comment.