Skip to content

Commit

Permalink
Update: Add vue and svelte files to purge folder
Browse files Browse the repository at this point in the history
  • Loading branch information
jonnitto committed Dec 3, 2021
1 parent b94deb5 commit 1329f7c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions defaults.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ buildDefaults:
external: null
# purge can be a string or an array
purge:
- DistributionPackages/**/Private/**/*.{fusion,html,js,jsx,ts,tsx,mjs,mjsx,mts,mtsx,cjs,cjsx,cts,ctsx}
- DistributionPackages/**/NodeTypes/**/*.{fusion,html,js,jsx,ts,tsx,mjs,mjsx,mts,mtsx,cjs,cjsx,cts,ctsx}
- DistributionPackages/**/Private/**/*.{fusion,html,js,jsx,ts,tsx,mjs,mjsx,mts,mtsx,cjs,cjsx,cts,ctsx,svelte,vue}
- DistributionPackages/**/NodeTypes/**/*.{fusion,html,js,jsx,ts,tsx,mjs,mjsx,mts,mtsx,cjs,cjsx,cts,ctsx,svelte,vue}
compression:
brotli: 11
gzip: 9
Expand Down

0 comments on commit 1329f7c

Please sign in to comment.