Skip to content

Commit

Permalink
Minify through babel
Browse files Browse the repository at this point in the history
  • Loading branch information
kalkih committed Feb 17, 2019
1 parent c41177a commit d941c60
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 1 addition & 0 deletions .babelrc
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
],
["minify"]
],
"comments": false,
"plugins": [
[
"@babel/plugin-proposal-decorators",
Expand Down
2 changes: 0 additions & 2 deletions rollup.config.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import resolve from 'rollup-plugin-node-resolve';
import { terser } from 'rollup-plugin-terser';

export default {
input: 'main.js',
Expand All @@ -9,6 +8,5 @@ export default {
},
plugins: [
resolve(),
terser(),
],
};

0 comments on commit d941c60

Please sign in to comment.