@anansi/webpack-config 21.1.8 → 21.1.10
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +14 -0
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,20 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
## [21.1.10](/github.com/ntucker/anansi/compare/@anansi/webpack-config@21.1.9...@anansi/webpack-config@21.1.10) (2026-01-13)
|
|
7
|
+
|
|
8
|
+
### 📦 Package
|
|
9
|
+
|
|
10
|
+
* Update webpack packages ([#2931](/github.com/ntucker/anansi/issues/2931)) ([f84ce9d](/github.com/ntucker/anansi/commit/f84ce9df478129e73484dca04e37dab557837bc3))
|
|
11
|
+
* Update webpack packages ([#2934](/github.com/ntucker/anansi/issues/2934)) ([2bad27a](/github.com/ntucker/anansi/commit/2bad27a4ab4831bf720a2abd48dff03be23c0fad))
|
|
12
|
+
|
|
13
|
+
## [21.1.9](/github.com/ntucker/anansi/compare/@anansi/webpack-config@21.1.8...@anansi/webpack-config@21.1.9) (2026-01-10)
|
|
14
|
+
|
|
15
|
+
### 📦 Package
|
|
16
|
+
|
|
17
|
+
* Update `@wyw-in-js/webpack-loader` to v1 ([#2927](/github.com/ntucker/anansi/issues/2927)) ([f92fb14](/github.com/ntucker/anansi/commit/f92fb1437f7c54391379df7a1a7aa669b4963b00))
|
|
18
|
+
* Update webpack packages ([#2928](/github.com/ntucker/anansi/issues/2928)) ([1b969e7](/github.com/ntucker/anansi/commit/1b969e73cc491b64290268f5f670abbad8304a68))
|
|
19
|
+
|
|
6
20
|
## [21.1.8](/github.com/ntucker/anansi/compare/@anansi/webpack-config@21.1.7...@anansi/webpack-config@21.1.8) (2026-01-02)
|
|
7
21
|
|
|
8
22
|
### 📝 Documentation
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@anansi/webpack-config",
|
|
3
|
-
"version": "21.1.
|
|
3
|
+
"version": "21.1.10",
|
|
4
4
|
"description": "Production ready webpack for React",
|
|
5
5
|
"main": "lib/index.js",
|
|
6
6
|
"types": "./index.d.ts",
|
|
@@ -72,7 +72,7 @@
|
|
|
72
72
|
"@types/sass-loader": "^8.0.10",
|
|
73
73
|
"@types/webpack-bundle-analyzer": "^4.7.0",
|
|
74
74
|
"@vue/preload-webpack-plugin": "^2.0.0",
|
|
75
|
-
"@wyw-in-js/webpack-loader": "^0.
|
|
75
|
+
"@wyw-in-js/webpack-loader": "^1.0.4",
|
|
76
76
|
"assert": "^2.1.0",
|
|
77
77
|
"autoprefixer": "^10.4.23",
|
|
78
78
|
"babel-loader": "^10.0.0",
|
|
@@ -101,7 +101,7 @@
|
|
|
101
101
|
"path-browserify": "^1.0.1",
|
|
102
102
|
"postcss": "^8.5.6",
|
|
103
103
|
"postcss-loader": "^8.2.0",
|
|
104
|
-
"postcss-preset-env": "^10.6.
|
|
104
|
+
"postcss-preset-env": "^10.6.1",
|
|
105
105
|
"process": "^0.11.10",
|
|
106
106
|
"querystring-es3": "^0.2.1",
|
|
107
107
|
"ramda": "^0.32.0",
|
|
@@ -124,7 +124,7 @@
|
|
|
124
124
|
"url": "^0.11.4",
|
|
125
125
|
"util": "^0.12.5",
|
|
126
126
|
"vm-browserify": "^1.1.2",
|
|
127
|
-
"webpack-bundle-analyzer": "^5.1.
|
|
127
|
+
"webpack-bundle-analyzer": "^5.1.1",
|
|
128
128
|
"webpack-node-externals": "^3.0.0",
|
|
129
129
|
"webpack-remove-empty-scripts": "^1.1.1",
|
|
130
130
|
"webpack-stats-plugin": "^1.1.3",
|