Skip to content
This repository has been archived by the owner on Oct 28, 2020. It is now read-only.

Commit

Permalink
adds build clean-up
Browse files Browse the repository at this point in the history
  • Loading branch information
yowainwright committed Jan 2, 2017
1 parent 30208ec commit 423a35f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
7 changes: 6 additions & 1 deletion .babelrc
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
{
"presets": ["es2015-rollup"],
"presets": [
["es2015", { "modules": false }]
],
"plugins": [
"external-helpers"
]
}
1 change: 0 additions & 1 deletion rollup.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ import babel from 'rollup-plugin-babel';
import eslint from 'rollup-plugin-eslint';
import resolve from 'rollup-plugin-node-resolve';
import commonjs from 'rollup-plugin-commonjs';
import uglify from 'rollup-plugin-uglify';

export default {
entry: 'src/shave.js',
Expand Down

0 comments on commit 423a35f

Please sign in to comment.