Skip to content

Commit

Permalink
Temporarily disable template literals
Browse files Browse the repository at this point in the history
  • Loading branch information
jakebailey committed Oct 10, 2022
1 parent 2925d14 commit 5844106
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Gulpfile.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -177,6 +177,7 @@ function esbuildTask(entrypoint, outfile, exportIsTsObject = false) {
supported: {
// "const-and-let": false, // https://github.com/evanw/esbuild/issues/297
"object-rest-spread": false, // Performance enhancement, see: https://github.com/evanw/esbuild/releases/tag/v0.14.46
"template-literal": false, // TODO(jakebailey): workaround for https://github.com/microsoft/TypeScript/issues/51072
},
// legalComments: "none", // If we add copyright headers to the source files, uncomment.
plugins: [
Expand Down

0 comments on commit 5844106

Please sign in to comment.