File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ import process from 'process';
33import builtins from 'builtin-modules' ;
44import esbuildSvelte from 'esbuild-svelte' ;
55import sveltePreprocess from 'svelte-preprocess' ;
6- import manifest from './manifest.json' assert { type : " json " } ;
6+ import manifest from './manifest.json' assert { type : ' json ' } ;
77
88const banner = `/*
99-------------------------------------------
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ import builtins from 'builtin-modules';
44import copy from 'esbuild-plugin-copy-watch' ;
55import esbuildSvelte from 'esbuild-svelte' ;
66import sveltePreprocess from 'svelte-preprocess' ;
7- import manifest from './manifest.json' assert { type : " json " } ;
7+ import manifest from './manifest.json' assert { type : ' json ' } ;
88
99const banner = `/*
1010-------------------------------------------
You can’t perform that action at this time.
0 commit comments