From e072a3d993a60bb553cdded957bb5c0910af912e Mon Sep 17 00:00:00 2001 From: kumavis Date: Tue, 12 Mar 2019 23:55:28 +0800 Subject: build - babel - move config to babelrc (#6284) --- package.json | 24 +----------------------- 1 file changed, 1 insertion(+), 23 deletions(-) (limited to 'package.json') 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" ] -- cgit v1.2.3