UNPKG
svelte-spa-chunk
Version:
latest (2.0.0)
2.0.0
1.0.3
1.0.2
1.0.1
1.0.0
0.9.11
0.9.10
0.9.9
📦 Do the Chunk split on a page-by-page basis. In the svelte-spa-router module.
svelte-spa-chunk
/
.prettierrc
10 lines
(9 loc)
•
207 B
Plain Text
View Raw
1
2
3
4
5
6
7
8
9
10
{
"trailingComma"
:
"es5"
,
"tabWidth"
:
4
,
"semi"
:
false
,
"singleQuote"
:
true
,
"svelteSortOrder"
:
"scripts-markup-styles"
,
"svelteStrictMode"
:
false
,
"svelteBracketNewLine"
:
true
}