Skip to content

Commit 3e0217a

Browse files
author
Ivan Demidov
committed
Added babel minify preset
1 parent 88f658a commit 3e0217a

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

Diff for: package.json

+7-2
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@
5454
"babel-eslint": "^6.0.5",
5555
"babel-plugin-add-module-exports": "^0.2.0",
5656
"babel-preset-es2015": "^6.9.0",
57+
"babel-preset-min": "^0.1.5",
5758
"babel-register": "^6.7.2",
5859
"coveralls": "^2.11.9",
5960
"eslint": "^2.10.2",
@@ -69,11 +70,15 @@
6970
},
7071
"babel": {
7172
"presets": [
72-
"es2015"
73+
"es2015",
74+
"min"
7375
],
7476
"plugins": [
7577
"add-module-exports"
76-
]
78+
],
79+
"comments": false,
80+
"compact": true,
81+
"minified": true
7782
},
7883
"ava": {
7984
"require": [

0 commit comments

Comments
 (0)