Skip to content

Commit 213aad8

Browse files
committedFeb 1, 2019
fix: Build AMD glimmer helpers in ES5 for IE11 support.
1 parent 8240300 commit 213aad8

File tree

2 files changed

+685
-58
lines changed

2 files changed

+685
-58
lines changed
 

‎packages/@css-blocks/glimmer/tsconfig.amd.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
22
"extends": "../../../tsconfig.json",
33
"compilerOptions": {
4-
"outDir": "dist/amd",
5-
"baseUrl": "dist/amd"
4+
"outDir": "dist/amd/src/helpers",
5+
"baseUrl": "dist/amd/src/helpers",
6+
"target": "es5"
67
},
78
"module": "AMD",
89
"include": [
9-
"src",
10-
"test"
10+
"src/helpers"
1111
],
1212
"exclude": [
1313
"sanity",

0 commit comments

Comments
 (0)
Please sign in to comment.