diff --git a/package.json b/package.json index 344fe77b..3ae53767 100644 --- a/package.json +++ b/package.json @@ -7,6 +7,11 @@ "url": "https://github.com/christianalfoni/formsy-react.git" }, "main": "src/main.js", + "browserify": { + "transform": [ + "babelify" + ] + }, "scripts": { "start": "webpack-dev-server --content-base build", "deploy": "NODE_ENV=production webpack -p --config webpack.production.config.js",