This repository was archived by the owner on Oct 9, 2020. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 376376 }
377377 } ;
378378} ) ( typeof global === "undefined" ? self : global ) ;
379-
Original file line number Diff line number Diff line change 1- System . config ( {
1+ SystemJS . config ( {
22 baseURL : "." ,
33 paths : {
4- "github:* " : "jspm_packages/github/* " ,
5- "npm:* " : "jspm_packages/npm/* "
4+ "github:" : "jspm_packages/github/" ,
5+ "npm:" : "jspm_packages/npm/"
66 }
77} ) ;
Original file line number Diff line number Diff line change 11SystemJS . config ( {
2- packages : { }
2+ devConfig : {
3+ "map" : {
4+ "plugin-babel" : "npm:systemjs-plugin-babel@0.0.10"
5+ }
6+ } ,
7+ transpiler : "plugin-babel"
38} ) ;
49
510SystemJS . config ( {
@@ -38,7 +43,6 @@ SystemJS.config({
3843 "babel-preset-stage-3" : "npm:babel-preset-stage-3@6.5.0" ,
3944 "core-js" : "npm:core-js@1.2.6" ,
4045 "regenerator" : "github:facebook/regenerator@0.8.42" ,
41- "traceur" : "github:jmcriffey/bower-traceur@0.0.93" ,
4246 "assert" : "github:jspm/nodelibs-assert@0.2.0-alpha" ,
4347 "buffer" : "github:jspm/nodelibs-buffer@0.2.0-alpha" ,
4448 "child_process" : "github:jspm/nodelibs-child_process@0.2.0-alpha" ,
Original file line number Diff line number Diff line change 3232 "regenerator" : " github:facebook/regenerator@^0.8.42"
3333 },
3434 "devDependencies" : {
35- "traceur " : " github:jmcriffey/bower-traceur@^ 0.0.93 "
35+ "plugin-babel " : " npm:systemjs-plugin-babel@ 0.0.10 "
3636 },
3737 "peerDependencies" : {
3838 "assert" : " github:jspm/nodelibs-assert@^0.2.0-alpha" ,
5252 "util" : " github:jspm/nodelibs-util@^0.2.0-alpha"
5353 },
5454 "overrides" : {
55- "github:jmcriffey/bower-traceur@0.0.93" : {
56- "meta" : {
57- "traceur.js" : {
58- "exports" : " traceur" ,
59- "format" : " global"
60- }
61- }
62- },
6355 "npm:inherits@2.0.1" : {
6456 "ignore" : [
6557 " test.js"
Original file line number Diff line number Diff line change 11cd build-babel
22jspm install --quick --log err
3- jspm build systemjs-babel.js ../systemjs-babel-browser.js --format amd --skip-source-maps --minify --log ok
4- jspm build systemjs-babel.js ../systemjs-babel-node.js --format amd --node --skip-source-maps --log ok
3+ jspm build systemjs-babel.js ../systemjs-babel-browser.js --format amd --skip-source-maps --skip-rollup -- minify --log ok
4+ jspm build systemjs-babel.js ../systemjs-babel-node.js --format amd --node --skip-source-maps --skip-rollup -- log ok
55jspm run systemjs-build-babel-helpers.js > ../babel-helpers.js
66jspm run systemjs-build-modular-babel-helpers.js
77(
Original file line number Diff line number Diff line change @@ -101,7 +101,7 @@ exports.translate = function(load) {
101101 . then ( function ( ) {
102102 return pluginLoader . get ( normalized ) [ 'default' ] ;
103103 } ) ;
104- } ) ;
104+ } )
105105 ) ;
106106 } ) ;
107107
You can’t perform that action at this time.
0 commit comments