Improve building process (es6 bundle)

This commit is contained in:
RainLoop Team 2016-08-11 02:16:58 +03:00
parent 8967bc3817
commit 0a2b826f71
16 changed files with 1279 additions and 1317 deletions

View file

@ -53,8 +53,7 @@
"babel-loader": "^6.1.0",
"babel-plugin-transform-runtime": "^6.9.0",
"babel-preset-es2015": "^6.13.2",
"babel-preset-es2015-loose": "^7.0.0",
"babel-preset-es2015-loose-native-modules": "^1.0.0",
"babel-preset-es2016": "^6.11.3",
"babel-preset-stage-0": "^6.5.0",
"babel-runtime": "^6.1.18",
"es6-promise-polyfill": "^1.2.0",
@ -66,9 +65,11 @@
"gulp-concat-util": "^0.5.5",
"gulp-eol": "^0.1.2",
"gulp-eslint": "^3.0.1",
"gulp-header": "^1.8.7",
"gulp-filter": "^4.0.0",
"gulp-header": "^1.8.8",
"gulp-if": "^2.0.1",
"gulp-less": "1.3.6",
"gulp-ignore": "^2.0.1",
"gulp-less": "^3.1.0",
"gulp-livereload": "~3.8.0",
"gulp-notify": "~2.2.0",
"gulp-plumber": "^1.1.0",
@ -105,6 +106,7 @@
"raw-loader": "^0.5.1",
"rifraf": "^2.0.2",
"rimraf": "^2.5.4",
"run-sequence": "^1.2.2",
"simplestatemanager": "^3.1.3",
"tinycon": "github:tommoor/tinycon",
"underscore": "^1.8.3",