@vyriy/webpack-config 0.1.20 → 0.1.22
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/README.md +2 -2
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -11,13 +11,13 @@ This package provides two small typed Webpack config generators for Vyriy client
|
|
|
11
11
|
With npm:
|
|
12
12
|
|
|
13
13
|
```bash
|
|
14
|
-
npm install @vyriy/webpack-config webpack
|
|
14
|
+
npm install @vyriy/webpack-config webpack webpack-cli
|
|
15
15
|
```
|
|
16
16
|
|
|
17
17
|
With Yarn:
|
|
18
18
|
|
|
19
19
|
```bash
|
|
20
|
-
yarn add @vyriy/webpack-config webpack
|
|
20
|
+
yarn add @vyriy/webpack-config webpack webpack-cli
|
|
21
21
|
```
|
|
22
22
|
|
|
23
23
|
The `webpack` package is listed in the install command because the shared config is consumed by Webpack at build time. Add `webpack-cli` only when the consumer project runs Webpack through CLI commands.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vyriy/webpack-config",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.22",
|
|
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.
|
|
16
|
-
"@vyriy/path": "0.1.
|
|
15
|
+
"@vyriy/env": "0.1.22",
|
|
16
|
+
"@vyriy/path": "0.1.22",
|
|
17
17
|
"babel-loader": "^10.1.1",
|
|
18
18
|
"css-loader": "^7.1.4",
|
|
19
19
|
"cssnano": "^8.0.1",
|