Skip to content

Commit 28ddc46

Browse files
committed
Temporarily disable template literals
1 parent 7094ca0 commit 28ddc46

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Gulpfile.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -173,6 +173,7 @@ function esbuildTask(entrypoint, outfile, exportIsTsObject = false) {
173173
supported: {
174174
// "const-and-let": false, // https://github.com/evanw/esbuild/issues/297
175175
"object-rest-spread": false, // Performance enhancement, see: https://github.com/evanw/esbuild/releases/tag/v0.14.46
176+
"template-literal": false, // TODO(jakebailey): workaround for https://github.com/microsoft/TypeScript/issues/51072
176177
},
177178
// legalComments: "none", // If we add copyright headers to the source files, uncomment.
178179
plugins: [

0 commit comments

Comments
 (0)