Skip to content

Commit

Permalink
chore fix site script
Browse files Browse the repository at this point in the history
  • Loading branch information
ota-meshi committed May 14, 2023
1 parent fa4adf6 commit 4d192ef
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
3 changes: 2 additions & 1 deletion explorer-v2/build-system/pre-build/webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ const output = {
filename: '[name].js',
library: {
type: 'module'
}
},
hashFunction: 'xxhash64'
};
const alias = {
assert: resolve('./shim-assert.cjs'),
Expand Down
7 changes: 5 additions & 2 deletions explorer-v2/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,18 +17,21 @@
"eslint": "^8.0.0",
"eslint-plugin-svelte3": "^4.0.0",
"eslint-scope": "^7.0.0",
"esquery": "^1.5.0",
"pako": "^2.0.3",
"svelte": "^3.41.0",
"svelte-eslint-parser": "link:.."
"svelte-eslint-parser": "link:..",
"tslib": "^2.5.0"
},
"devDependencies": {
"@sveltejs/adapter-static": "^2.0.0",
"@sveltejs/kit": "^1.0.0-next.456",
"prettier": "^2.3.0",
"prettier-plugin-svelte": "^2.3.0",
"string-replace-loader": "^3.0.1",
"typescript": "^5.0.4",
"vite": "^4.0.0",
"webpack": "^5.37.1",
"webpack": "^5.82.1",
"webpack-cli": "^5.0.0",
"wrapper-webpack-plugin": "^2.1.0"
}
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@
"@types/semver": "^7.3.9",
"@typescript-eslint/eslint-plugin": "^5.4.0",
"@typescript-eslint/parser": "~5.59.0",
"@typescript-eslint/types": "^5.59.5",
"benchmark": "^2.1.4",
"chai": "^4.3.4",
"env-cmd": "^10.1.0",
Expand Down

0 comments on commit 4d192ef

Please sign in to comment.