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';
3
3
import builtins from 'builtin-modules' ;
4
4
import esbuildSvelte from 'esbuild-svelte' ;
5
5
import sveltePreprocess from 'svelte-preprocess' ;
6
- import manifest from './manifest.json' assert { type : " json " } ;
6
+ import manifest from './manifest.json' assert { type : ' json ' } ;
7
7
8
8
const banner = `/*
9
9
-------------------------------------------
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ import builtins from 'builtin-modules';
4
4
import copy from 'esbuild-plugin-copy-watch' ;
5
5
import esbuildSvelte from 'esbuild-svelte' ;
6
6
import sveltePreprocess from 'svelte-preprocess' ;
7
- import manifest from './manifest.json' assert { type : " json " } ;
7
+ import manifest from './manifest.json' assert { type : ' json ' } ;
8
8
9
9
const banner = `/*
10
10
-------------------------------------------
You can’t perform that action at this time.
0 commit comments