@sveltejs/adapter-netlify
Advanced tools
Comparing version 1.0.0-next.85 to 1.0.0-next.86
@@ -132,7 +132,7 @@ import { appendFileSync, existsSync, readFileSync, writeFileSync } from 'fs'; | ||
await esbuild.build({ | ||
platform: 'neutral', | ||
mainFields: ['module', 'main'], | ||
entryPoints: [`${tmp}/entry.js`], | ||
outfile: '.netlify/edge-functions/render.js', | ||
bundle: true, | ||
format: 'esm', | ||
platform: 'browser', | ||
sourcemap: 'linked', | ||
@@ -139,0 +139,0 @@ target: 'es2020' |
{ | ||
"name": "@sveltejs/adapter-netlify", | ||
"version": "1.0.0-next.85", | ||
"version": "1.0.0-next.86", | ||
"repository": { | ||
@@ -41,3 +41,3 @@ "type": "git", | ||
"uvu": "^0.5.6", | ||
"@sveltejs/kit": "1.0.0-next.579" | ||
"@sveltejs/kit": "1.0.0-next.584" | ||
}, | ||
@@ -44,0 +44,0 @@ "scripts": { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
710510