Skip to content

Commit

Permalink
Update esmodules.md (#1012)
Browse files Browse the repository at this point in the history
  • Loading branch information
crisisdice authored Jan 7, 2025
1 parent 6f98d8e commit e610433
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/esmodules.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ const preventTreeShakingPlugin = () => {
name: 'no-treeshaking',
resolveId(id, importer) {
if (!importer) {
// let's not theeshake entry points, as we're not exporting anything in Apps Script files
// let's not treeshake entry points, as we're not exporting anything in Apps Script files
return {id, moduleSideEffects: "no-treeshake" }
}
return null;
Expand Down

0 comments on commit e610433

Please sign in to comment.