Skip to content

Commit

Permalink
build: fix strict with babel runtime
Browse files Browse the repository at this point in the history
- closes #2
  • Loading branch information
ntarocco committed May 15, 2020
1 parent 7e52000 commit 7f2a605
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions rollup.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ export default {
format: 'cjs',
exports: 'named',
sourcemap: true,
strict: false,
},
{
file: pkg.module,
Expand Down

0 comments on commit 7f2a605

Please sign in to comment.