UNPKG
generator-es6app
Version:
latest (0.1.0)
0.1.0
Yeoman generator
github.com/satish860/generator-es6app
satish860/generator-es6app
generator-es6app
/
app
/
templates
/
_config.js
9 lines
•
186 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
System.
config
({
"baseURL"
:
"/"
,
"transpiler"
:
"6to5"
,
"paths"
: {
"*"
:
"*.js"
,
"github:*"
:
"jspm_packages/github/*.js"
,
"npm:*"
:
"jspm_packages/npm/*.js"
} });