Skip to content

Commit d1f527c

Browse files
authored
fix cant resolve querystring (#165)
* fix(ko): cant resolve querystring problem * docs(changeset): fix cant resolve querystring problem * RELEASING: Releasing 1 package(s) Releases: [email protected]
1 parent 95d7510 commit d1f527c

File tree

4 files changed

+12
-2
lines changed

4 files changed

+12
-2
lines changed

packages/ko/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# ko
22

3+
## 6.5.12
4+
5+
### Patch Changes
6+
7+
- 27d20ed0: fix cant resolve querystring problem
8+
39
## 6.5.11
410

511
### Patch Changes

packages/ko/package.json

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ko",
3-
"version": "6.5.11",
3+
"version": "6.5.12",
44
"description": "build & lint library",
55
"keywords": [
66
"ko",
@@ -42,10 +42,10 @@
4242
},
4343
"dependencies": {
4444
"@babel/core": "^7.18.0",
45+
"@dtinsight/auto-polyfills-webpack-plugin": "workspace:2.0.0",
4546
"@nuxt/friendly-errors-webpack-plugin": "^2.5.2",
4647
"@parcel/css": "^1.12.2",
4748
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.7",
48-
"@dtinsight/auto-polyfills-webpack-plugin": "workspace:2.0.0",
4949
"autoprefixer": "^10.4.7",
5050
"babel-loader": "^8.2.5",
5151
"babel-plugin-treasure": "^0.9.0",
@@ -74,6 +74,7 @@
7474
"postcss": "^8.4.14",
7575
"postcss-loader": "^7.0.0",
7676
"postcss-url": "^10.1.3",
77+
"querystring-es3": "^0.2.1",
7778
"react-refresh": "^0.13.0",
7879
"sass": "^1.52.1",
7980
"sass-loader": "^13.0.0",

packages/ko/src/webpack/index.ts

+1
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,7 @@ class WebpackConfig {
106106
stream: require.resolve('stream-browserify'),
107107
buffer: require.resolve('buffer/'),
108108
string_decoder: require.resolve('string_decoder/'),
109+
querystring: require.resolve('querystring-es3'),
109110
},
110111
},
111112
performance: {

pnpm-lock.yaml

+2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)