Skip to content

Commit 8916210

Browse files
committed
note to self
1 parent 05e3d4a commit 8916210

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

packages/adapter-cloudflare-workers/index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ import { fileURLToPath } from 'url';
1616

1717
/** @type {import('.').default} */
1818
export default function () {
19+
// TODO remove for 1.0
1920
if (arguments.length > 0) {
2021
throw new Error(
2122
'esbuild options can no longer be passed to adapter-cloudflare-workers — see https://github.com/sveltejs/kit/pull/4639'

packages/adapter-cloudflare/index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ import * as esbuild from 'esbuild';
55

66
/** @type {import('.').default} */
77
export default function () {
8+
// TODO remove for 1.0
89
if (arguments.length > 0) {
910
throw new Error(
1011
'esbuild options can no longer be passed to adapter-cloudflare — see https://github.com/sveltejs/kit/pull/4639'

0 commit comments

Comments
 (0)