chore(es6-shim): Updating the gulpfile to bundle in es6-shim. Updating the webpack.config file to include the es6-shim

This commit is contained in:
jbavari
2015-10-20 10:25:35 -06:00
parent cc61f9b2fc
commit f02b2c3c8a
2 changed files with 2 additions and 0 deletions

View File

@ -231,6 +231,7 @@ gulp.task('bundle.ionic', ['transpile'], function() {
} }
return gulp.src([ return gulp.src([
'node_modules/es6-shim/es6-shim.min.js',
'dist/src/es5/system/ionic/**/*.js' 'dist/src/es5/system/ionic/**/*.js'
]) ])
.pipe(concat('ionic.js')) .pipe(concat('ionic.js'))

View File

@ -1,5 +1,6 @@
module.exports = { module.exports = {
entry: [ entry: [
"es6-shim",
"zone.js", "zone.js",
"reflect-metadata", "reflect-metadata",
"angular2/angular2", "angular2/angular2",