Skip to content

Commit 4d192ef

Browse files
committed
chore fix site script
1 parent fa4adf6 commit 4d192ef

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

explorer-v2/build-system/pre-build/webpack.config.js

+2-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@ const output = {
66
filename: '[name].js',
77
library: {
88
type: 'module'
9-
}
9+
},
10+
hashFunction: 'xxhash64'
1011
};
1112
const alias = {
1213
assert: resolve('./shim-assert.cjs'),

explorer-v2/package.json

+5-2
Original file line numberDiff line numberDiff line change
@@ -17,18 +17,21 @@
1717
"eslint": "^8.0.0",
1818
"eslint-plugin-svelte3": "^4.0.0",
1919
"eslint-scope": "^7.0.0",
20+
"esquery": "^1.5.0",
2021
"pako": "^2.0.3",
2122
"svelte": "^3.41.0",
22-
"svelte-eslint-parser": "link:.."
23+
"svelte-eslint-parser": "link:..",
24+
"tslib": "^2.5.0"
2325
},
2426
"devDependencies": {
2527
"@sveltejs/adapter-static": "^2.0.0",
2628
"@sveltejs/kit": "^1.0.0-next.456",
2729
"prettier": "^2.3.0",
2830
"prettier-plugin-svelte": "^2.3.0",
2931
"string-replace-loader": "^3.0.1",
32+
"typescript": "^5.0.4",
3033
"vite": "^4.0.0",
31-
"webpack": "^5.37.1",
34+
"webpack": "^5.82.1",
3235
"webpack-cli": "^5.0.0",
3336
"wrapper-webpack-plugin": "^2.1.0"
3437
}

package.json

+1
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@
7373
"@types/semver": "^7.3.9",
7474
"@typescript-eslint/eslint-plugin": "^5.4.0",
7575
"@typescript-eslint/parser": "~5.59.0",
76+
"@typescript-eslint/types": "^5.59.5",
7677
"benchmark": "^2.1.4",
7778
"chai": "^4.3.4",
7879
"env-cmd": "^10.1.0",

0 commit comments

Comments
 (0)