Skip to content

Commit 73f121d

Browse files
committed
chore(config): set transpiler "none". false would rea-add it on install
1 parent f4b2479 commit 73f121d

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

skeleton-es2016/config.js

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
System.config({
2-
"defaultJSExtensions": true,
3-
"transpiler": false,
4-
"paths": {
2+
defaultJSExtensions: true,
3+
transpiler: "none",
4+
paths: {
55
"*": "dist/*",
66
"github:*": "jspm_packages/github/*",
77
"npm:*": "jspm_packages/npm/*"

skeleton-typescript/config.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
System.config({
22
defaultJSExtensions: true,
3-
transpiler: false,
3+
transpiler: "none",
44
paths: {
55
"*": "dist/*",
66
"github:*": "jspm_packages/github/*",

0 commit comments

Comments
 (0)