Skip to content

Commit

Permalink
fix: strip out babel runtime
Browse files Browse the repository at this point in the history
  • Loading branch information
amit-bansil committed Aug 12, 2016
1 parent bf433b7 commit c683576
Show file tree
Hide file tree
Showing 10 changed files with 56 additions and 82 deletions.
1 change: 0 additions & 1 deletion gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,6 @@ function babelize(taskName, dir) {
.pipe(sourcemaps.init())
.pipe(babel({
presets: [ 'es2015', 'stage-2' ],
plugins: [ 'transform-runtime' ] // needed for generators etc
}))
.pipe(sourcemaps.write('.'))
.pipe(gulp.dest(destDir));
Expand Down
8 changes: 1 addition & 7 deletions hooks/lib/ios/xcodePreferences.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion hooks/lib/ios/xcodePreferences.js.map

Large diffs are not rendered by default.

3 changes: 0 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,17 +36,14 @@
"semantic-release": "semantic-release pre && npm publish && semantic-release post"
},
"dependencies": {
"babel-runtime": "^6.11.6",
"mkpath": "^1.0.0",
"node-version-compare": "^1.0.1",
"plist": "^1.2.0",
"rimraf": "^2.5.2",
"xml2js": "^0.4.16"
},
"devDependencies": {
"babel-polyfill": "^6.13.0",
"babel-eslint": "^6.1.2",
"babel-plugin-transform-runtime": "^6.12.0",
"babel-preset-es2015": "^6.9.0",
"babel-preset-stage-2": "^6.11.0",
"commitizen": "^2.8.2",
Expand Down
64 changes: 29 additions & 35 deletions testbed/www/js/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit c683576

Please sign in to comment.