aboutsummaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json24
1 files changed, 1 insertions, 23 deletions
diff --git a/package.json b/package.json
index fa926abaf..2b288d2ba 100644
--- a/package.json
+++ b/package.json
@@ -40,29 +40,7 @@
},
"browserify": {
"transform": [
- [
- "babelify",
- {
- "presets": [
- [
- "env",
- {
- "browsers": [
- ">0.25%",
- "not ie 11",
- "not op_mini all"
- ]
- }
- ],
- "stage-0"
- ]
- },
- {
- "plugins": [
- "transform-class-properties"
- ]
- }
- ],
+ "babelify",
"reactify",
"brfs"
]