configure Babel and Traceur overrides
This commit is contained in:
@@ -0,0 +1 @@
|
|||||||
|
.DS_Store
|
||||||
@@ -0,0 +1,8 @@
|
|||||||
|
{
|
||||||
|
"format": "global",
|
||||||
|
"shim": {
|
||||||
|
"traceur-runtime": {
|
||||||
|
"exports": "$traceurRuntime"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -0,0 +1,8 @@
|
|||||||
|
{
|
||||||
|
"format": "global",
|
||||||
|
"shim": {
|
||||||
|
"traceur": {
|
||||||
|
"exports": "traceur"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -0,0 +1,6 @@
|
|||||||
|
{
|
||||||
|
"main": false,
|
||||||
|
"format": "cjs",
|
||||||
|
"dependencies": {},
|
||||||
|
"jspmNodeConversion": false
|
||||||
|
}
|
||||||
@@ -0,0 +1,6 @@
|
|||||||
|
{
|
||||||
|
"main": "browser.js",
|
||||||
|
"format": "global",
|
||||||
|
"dependencies": {},
|
||||||
|
"jspmNodeConversion": false
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user