Skip to content

Commit

Permalink
chore: remove build warning
Browse files Browse the repository at this point in the history
  • Loading branch information
mjeanroy committed Aug 7, 2020
1 parent dabb871 commit eed3623
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts/build/rollup.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ module.exports = {
{
format: 'cjs',
file: path.join(config.dist, 'index.js'),
exports: 'default',
banner: commenting(license, {
extension: '.js',
}),
Expand All @@ -50,6 +51,7 @@ module.exports = {

babel({
envName: 'rollup',
babelHelpers: 'bundled',
}),

prettier({
Expand Down

0 comments on commit eed3623

Please sign in to comment.