@vyriy/webpack-config 0.1.22 → 0.2.0

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.
Files changed (2) hide show
  1. package/README.md +2 -0
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -122,3 +122,5 @@ Shared defaults:
122
122
  - `performance.hints: false`
123
123
  - production `optimization` with `TerserPlugin`
124
124
  - merged `resolve` defaults
125
+
126
+ See the article with a complete browser and SSR bundling walkthrough: <https://vyriy.dev/examples/vyriy-webpack-config/>.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vyriy/webpack-config",
3
- "version": "0.1.22",
3
+ "version": "0.2.0",
4
4
  "description": "Shared Webpack config for Vyriy projects",
5
5
  "type": "module",
6
6
  "main": "./index.js",
@@ -12,8 +12,8 @@
12
12
  "@babel/preset-typescript": "^7.28.5",
13
13
  "@babel/runtime": "^7.29.2",
14
14
  "@pmmmwh/react-refresh-webpack-plugin": "^0.6.2",
15
- "@vyriy/env": "0.1.22",
16
- "@vyriy/path": "0.1.22",
15
+ "@vyriy/env": "0.2.0",
16
+ "@vyriy/path": "0.2.0",
17
17
  "babel-loader": "^10.1.1",
18
18
  "css-loader": "^7.1.4",
19
19
  "cssnano": "^8.0.1",