We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 88f658a commit 3e0217aCopy full SHA for 3e0217a
package.json
@@ -54,6 +54,7 @@
54
"babel-eslint": "^6.0.5",
55
"babel-plugin-add-module-exports": "^0.2.0",
56
"babel-preset-es2015": "^6.9.0",
57
+ "babel-preset-min": "^0.1.5",
58
"babel-register": "^6.7.2",
59
"coveralls": "^2.11.9",
60
"eslint": "^2.10.2",
@@ -69,11 +70,15 @@
69
70
},
71
"babel": {
72
"presets": [
- "es2015"
73
+ "es2015",
74
+ "min"
75
],
76
"plugins": [
77
"add-module-exports"
- ]
78
+ ],
79
+ "comments": false,
80
+ "compact": true,
81
+ "minified": true
82
83
"ava": {
84
"require": [
0 commit comments