Skip to content

Commit

Permalink
chore: fix Size Limit
Browse files Browse the repository at this point in the history
  • Loading branch information
angeloashmore committed Aug 24, 2023
1 parent 2ccd326 commit 865c5db
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .size-limit.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,12 @@ module.exports = [
modifyEsbuildConfig(config) {
config.platform = "node";

// Add basic `*.svelte` support.
config.loader = {
...config.loader,
".svelte": "text",
};

return config;
},
};
Expand Down

0 comments on commit 865c5db

Please sign in to comment.