Skip to content

Commit

Permalink
chore: update tooling
Browse files Browse the repository at this point in the history
  • Loading branch information
brandonocasey committed Aug 28, 2018
1 parent 876cea5 commit d606844
Show file tree
Hide file tree
Showing 4 changed files with 2,391 additions and 1,122 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,4 @@ npm-debug.log*

# Dependency directories
node_modules/
.eslintcache
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -301,7 +301,7 @@ const generateRollupConfig = function(options) {
format: 'umd'
}],
plugins: settings.plugins.browser
.filter((p) => !(/^babel|uglify$/).test(p) && p !== settings.primedPlugins.babel && p !== settings.primedPlugins.uglify)
.filter((p) => !(/^babel|uglify$/).test(p) && p !== settings.primedPlugins.babel && p !== settings.primedPlugins.uglify)
.concat([settings.primedPlugins.uglify, settings.primedPlugins.babel])
})
};
Expand Down
Loading

0 comments on commit d606844

Please sign in to comment.