Skip to content

Commit

Permalink
fix(build): fix fail on target=es6 (#5123)
Browse files Browse the repository at this point in the history
  • Loading branch information
Domainv authored Mar 26, 2019
1 parent c2d1c39 commit 5a3afe3
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 467 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,13 @@
"disable-lint": "tslint \"**/*.ts\" -c tslint.json --fix --type-check -t prose -e \"node_modules/**\" -e \"dist/**\" -e \"temp/**\" -e \"scripts/docs/**\"",
"flow.changelog": "conventional-changelog -i CHANGELOG.md -s -p angular",
"flow.github-release": "conventional-github-releaser -p angular",
"build": "run-s build.modules build:schematics build.sass build.es2015",
"build": "run-s build.modules build:schematics build.sass",
"build.watch": "node scripts/build-modules --watch",
"build:schematics": "node scripts/schematics/build",
"build.modules": "node scripts/build-modules",
"ci:update-pkg": "node scripts/ci/update-pkg.js",
"ci:rename-pkg": "mv node_modules/ngx-bootstrap-ci node_modules/ngx-bootstrap",
"build.sass": "node-sass --recursive src --output dist --source-map true --source-map-contents sass",
"build.es2015": "node ./scripts/es2015/bundle.es2015.js",
"start": "ng serve --aot --host 0.0.0.0",
"pretest": "run-s lint build",
"test": "ng test && npm run test:schematics",
Expand Down
30 changes: 0 additions & 30 deletions scripts/es2015/bundle.es2015.js

This file was deleted.

37 changes: 0 additions & 37 deletions scripts/es2015/es2015.config.js

This file was deleted.

Loading

0 comments on commit 5a3afe3

Please sign in to comment.