@sveltejs/adapter-vercel 5.4.0 → 5.4.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/index.js +6 -1
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -134,7 +134,12 @@ const plugin = function (defaults = {}) {
134
134
  sourcemap: 'linked',
135
135
  banner: { js: 'globalThis.global = globalThis;' },
136
136
  loader: {
137
- '.wasm': 'copy'
137
+ '.wasm': 'copy',
138
+ '.woff': 'copy',
139
+ '.woff2': 'copy',
140
+ '.ttf': 'copy',
141
+ '.eot': 'copy',
142
+ '.otf': 'copy'
138
143
  }
139
144
  });
140
145
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sveltejs/adapter-vercel",
3
- "version": "5.4.0",
3
+ "version": "5.4.1",
4
4
  "description": "A SvelteKit adapter that creates a Vercel app",
5
5
  "keywords": [
6
6
  "adapter",