File tree Expand file tree Collapse file tree 3 files changed +17
-12
lines changed Expand file tree Collapse file tree 3 files changed +17
-12
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1+ module . exports = {
2+ version : {
3+ IN_VERSION_SCRIPT : "true" ,
4+ } ,
5+ "version-ci" : {
6+ IN_VERSION_CI_SCRIPT : "true" ,
7+ } ,
8+ debug : {
9+ DEBUG : "eslint-plugin-svelte*" ,
10+ } ,
11+ sveltekit : {
12+ NODE_OPTIONS : `--experimental-loader ./svelte-kit-import-hook.mjs ${
13+ process . env . NODE_OPTIONS || ""
14+ } `,
15+ } ,
16+ }
Original file line number Diff line number Diff line change 4848 "prepare" : " simple-git-hooks" ,
4949 "prerelease" : " pnpm run clean && pnpm run build" ,
5050 "release" : " changeset publish" ,
51- "svelte-kit" : " node --experimental-loader ./svelte-kit-import-hook.mjs node_modules/vite/bin/vite.js" ,
51+ "svelte-kit" : " env-cmd -e sveltekit node node_modules/vite/bin/vite.js" ,
5252 "test" : " pnpm run mocha \" tests/src/**/*.ts\" --reporter dot --timeout 60000" ,
5353 "test:debug" : " env-cmd -e debug pnpm run test" ,
5454 "ts" : " node -r esbuild-register" ,
You can’t perform that action at this time.
0 commit comments