Skip to content

Commit

Permalink
Merge 40645b7 into 17fb660
Browse files Browse the repository at this point in the history
  • Loading branch information
powerivq authored Aug 9, 2023
2 parents 17fb660 + 40645b7 commit d05752f
Show file tree
Hide file tree
Showing 3 changed files with 188 additions and 187 deletions.
1 change: 1 addition & 0 deletions build-system/common/esbuild-babel.js
Original file line number Diff line number Diff line change
Expand Up @@ -198,6 +198,7 @@ function replaceOutputFile(outputFiles, original, text) {
const file = {
path: original.path,
text,
hash: md5(text),
get contents() {
// eslint-disable-next-line local/no-forbidden-terms
const te = new TextEncoder();
Expand Down
Loading

0 comments on commit d05752f

Please sign in to comment.