@rushstack/heft-web-rig 0.11.5 → 0.11.6
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/package.json +5 -6
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@rushstack/heft-web-rig",
|
|
3
|
-
"version": "0.11.
|
|
3
|
+
"version": "0.11.6",
|
|
4
4
|
"description": "A rig package for web browser projects that build using Heft",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"repository": {
|
|
@@ -13,9 +13,9 @@
|
|
|
13
13
|
},
|
|
14
14
|
"dependencies": {
|
|
15
15
|
"@microsoft/api-extractor": "7.29.5",
|
|
16
|
-
"@rushstack/heft-jest-plugin": "0.3.
|
|
17
|
-
"@rushstack/heft-sass-plugin": "0.5.
|
|
18
|
-
"@rushstack/heft-webpack5-plugin": "0.5.
|
|
16
|
+
"@rushstack/heft-jest-plugin": "0.3.29",
|
|
17
|
+
"@rushstack/heft-sass-plugin": "0.5.10",
|
|
18
|
+
"@rushstack/heft-webpack5-plugin": "0.5.44",
|
|
19
19
|
"autoprefixer": "~10.4.2",
|
|
20
20
|
"css-loader": "~6.6.0",
|
|
21
21
|
"css-minimizer-webpack-plugin": "~3.4.1",
|
|
@@ -42,6 +42,5 @@
|
|
|
42
42
|
"scripts": {
|
|
43
43
|
"build": "",
|
|
44
44
|
"_phase:build": ""
|
|
45
|
-
}
|
|
46
|
-
"readme": "## @rushstack/heft-web-rig\n\nA rig package for web projects that build using [Heft](https://www.npmjs.com/package/@rushstack/heft)\nbuild system. To learn more about rig packages, consult the\n[@rushstack/rig-package](https://www.npmjs.com/package/@rushstack/rig-package) documentation.\n\nThis rig provides the following profiles:\n\n- [app](./profiles/app/): For applications that get bundled using Webpack.\n- [library](./profiles/library/): For creating library packages to be consumed by other web projects. ***Also use this profile for a library meant to be used by both Node.js and web apps.***\n\n\nTo enable it, add a **rig.json** file to your project, as shown below:\n\n**config/rig.json**\n```js\n{\n \"$schema\": \"https://developer.microsoft.com/json-schemas/rig-package/rig.schema.json\",\n\n \"rigPackageName\": \"@rushstack/heft-web-rig\",\n \"rigProfile\": \"library\"\n}\n```\n\nThe config files provided by this rig profile can be found in the [heft-web-rig/profiles/library](\nhttps://github.com/microsoft/rushstack/tree/main/rigs/heft-web-rig/profiles/library) source folder.\n\n\n## Links\n\n- [CHANGELOG.md](\n https://github.com/microsoft/rushstack/blob/main/rigs/heft-web-rig/CHANGELOG.md) - Find\n out what's new in the latest version\n\n`@rushstack/heft-web-rig` is part of the [Rush Stack](https://rushstack.io/) family of projects.\n"
|
|
45
|
+
}
|
|
47
46
|
}
|