This commit is contained in:
@@ -55,7 +55,7 @@
|
||||
"rollup-plugin-terser": "^5.3.0",
|
||||
"sapper": "^0.27.11",
|
||||
"svelte": "^3.20.1",
|
||||
"svelte-preprocess": "^3.5.0"
|
||||
"svelte-preprocess": "^3.6.0"
|
||||
},
|
||||
"browserslist": [
|
||||
"> 0.5%",
|
||||
|
||||
8
pnpm-lock.yaml
generated
8
pnpm-lock.yaml
generated
@@ -37,7 +37,7 @@ devDependencies:
|
||||
rollup-plugin-terser: 5.3.0_rollup@2.2.0
|
||||
sapper: 0.27.11_svelte@3.20.1
|
||||
svelte: 3.20.1
|
||||
svelte-preprocess: 3.5.0_svelte@3.20.1
|
||||
svelte-preprocess: 3.6.0_svelte@3.20.1
|
||||
lockfileVersion: 5.1
|
||||
packages:
|
||||
/@babel/code-frame/7.8.3:
|
||||
@@ -4258,7 +4258,7 @@ packages:
|
||||
node: '>=8'
|
||||
resolution:
|
||||
integrity: sha512-oRSIpR8pxT1Wr2FquTNnGet79b3BWljqOuoW/h4oBhxJ/HUbX5nX6JSruTkvXDCFMwDPvsaTTbvMLKZWSy0R5g==
|
||||
/svelte-preprocess/3.5.0_svelte@3.20.1:
|
||||
/svelte-preprocess/3.6.0_svelte@3.20.1:
|
||||
dependencies:
|
||||
'@types/pug': 2.0.4
|
||||
'@types/sass': 1.16.0
|
||||
@@ -4272,7 +4272,7 @@ packages:
|
||||
svelte: ^3.18.1
|
||||
requiresBuild: true
|
||||
resolution:
|
||||
integrity: sha512-Q4z3zYGqdQ+krBIi18gRlwNQFMnCxgzBurQQ6EbgEUH3ik/RsJspVNPiId8FITUCkwdsItkh6NcwPv/dxeCXlg==
|
||||
integrity: sha512-1mWRv4WKY6xRQFxnqqXRvt2KYcPdT1qTYwIdsv66gVpSJxeUmPMaX/OkYp45pPxMOzeM976KtZ8+xw9lMamvDQ==
|
||||
/svelte/3.20.1:
|
||||
dev: true
|
||||
engines:
|
||||
@@ -4598,5 +4598,5 @@ specifiers:
|
||||
scroll-out: ^2.2.8
|
||||
sirv: ^0.4.2
|
||||
svelte: ^3.20.1
|
||||
svelte-preprocess: ^3.5.0
|
||||
svelte-preprocess: ^3.6.0
|
||||
zenscroll: ^4.0.2
|
||||
|
||||
@@ -22,6 +22,7 @@ const onwarn = (warning, onwarn) => (warning.code === 'CIRCULAR_DEPENDENCY' && /
|
||||
const preprocess = autoPreprocess({
|
||||
scss: {
|
||||
includePaths: ['src', 'node_modules'],
|
||||
renderSync: true
|
||||
},
|
||||
postcss: true
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user