Skip to content

Commit

Permalink
fix(rollup): fix rollup having wrong configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
Dimitri Kopriwa committed Dec 16, 2018
1 parent 31d86d8 commit 0a1cfc3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions rollup.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -69,9 +69,8 @@ const plugins = [
}),
json(),
babel({
plugins: ['external-helpers'],
babelrc: false,
exclude: 'node_modules/**',
runtimeHelpers: true,
}),
cleanup(),
];
Expand Down

0 comments on commit 0a1cfc3

Please # to comment.