Skip to content

Commit

Permalink
Don't exclude node_modules.
Browse files Browse the repository at this point in the history
  • Loading branch information
danoc committed May 26, 2018
1 parent 903d456 commit d2b084f
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions rollup.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,6 @@ export default {
plugins: [
babel({
babelrc: false,
// Don't transpile `node_modules` except for `stringify-object`. This enables IE 11 support
// and minification in older versions of Uglify.
exclude: '/node_modules/(?!stringify-object)/',
presets: [
[
'es2015',
Expand Down

0 comments on commit d2b084f

Please sign in to comment.