Skip to content

Commit

Permalink
fix cant resolve querystring (#165)
Browse files Browse the repository at this point in the history
* fix(ko): cant resolve querystring problem

* docs(changeset): fix cant resolve querystring problem

* RELEASING: Releasing 1 package(s)

Releases:
  ko@6.5.12
  • Loading branch information
LuckyFBB authored May 23, 2024
1 parent 95d7510 commit d1f527c
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 2 deletions.
6 changes: 6 additions & 0 deletions packages/ko/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# ko

## 6.5.12

### Patch Changes

- 27d20ed0: fix cant resolve querystring problem

## 6.5.11

### Patch Changes
Expand Down
5 changes: 3 additions & 2 deletions packages/ko/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ko",
"version": "6.5.11",
"version": "6.5.12",
"description": "build & lint library",
"keywords": [
"ko",
Expand Down Expand Up @@ -42,10 +42,10 @@
},
"dependencies": {
"@babel/core": "^7.18.0",
"@dtinsight/auto-polyfills-webpack-plugin": "workspace:2.0.0",
"@nuxt/friendly-errors-webpack-plugin": "^2.5.2",
"@parcel/css": "^1.12.2",
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.7",
"@dtinsight/auto-polyfills-webpack-plugin": "workspace:2.0.0",
"autoprefixer": "^10.4.7",
"babel-loader": "^8.2.5",
"babel-plugin-treasure": "^0.9.0",
Expand Down Expand Up @@ -74,6 +74,7 @@
"postcss": "^8.4.14",
"postcss-loader": "^7.0.0",
"postcss-url": "^10.1.3",
"querystring-es3": "^0.2.1",
"react-refresh": "^0.13.0",
"sass": "^1.52.1",
"sass-loader": "^13.0.0",
Expand Down
1 change: 1 addition & 0 deletions packages/ko/src/webpack/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,7 @@ class WebpackConfig {
stream: require.resolve('stream-browserify'),
buffer: require.resolve('buffer/'),
string_decoder: require.resolve('string_decoder/'),
querystring: require.resolve('querystring-es3'),
},
},
performance: {
Expand Down
2 changes: 2 additions & 0 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit d1f527c

Please sign in to comment.