@nx/webpack 0.0.0-pr-32490-e4fdfa9 → 0.0.0-pr-32868-a65a4a2
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
CHANGED
|
@@ -22,7 +22,7 @@
|
|
|
22
22
|
|
|
23
23
|
# Nx: Smart Repos · Fast Builds
|
|
24
24
|
|
|
25
|
-
|
|
25
|
+
Get to green PRs in half the time. Nx optimizes your builds, scales your CI, and fixes failed PRs. Built for developers and AI agents.
|
|
26
26
|
|
|
27
27
|
This package is a [Webpack plugin for Nx](https://nx.dev/nx-api/webpack).
|
|
28
28
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nx/webpack",
|
|
3
|
-
"version": "0.0.0-pr-
|
|
3
|
+
"version": "0.0.0-pr-32868-a65a4a2",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "The Nx Plugin for Webpack contains executors and generators that support building applications using Webpack.",
|
|
6
6
|
"repository": {
|
|
@@ -64,11 +64,11 @@
|
|
|
64
64
|
"webpack-dev-server": "^5.2.1",
|
|
65
65
|
"webpack-node-externals": "^3.0.0",
|
|
66
66
|
"webpack-subresource-integrity": "^5.1.0",
|
|
67
|
-
"@nx/devkit": "0.0.0-pr-
|
|
68
|
-
"@nx/js": "0.0.0-pr-
|
|
67
|
+
"@nx/devkit": "0.0.0-pr-32868-a65a4a2",
|
|
68
|
+
"@nx/js": "0.0.0-pr-32868-a65a4a2"
|
|
69
69
|
},
|
|
70
70
|
"devDependencies": {
|
|
71
|
-
"nx": "0.0.0-pr-
|
|
71
|
+
"nx": "0.0.0-pr-32868-a65a4a2"
|
|
72
72
|
},
|
|
73
73
|
"publishConfig": {
|
|
74
74
|
"access": "public"
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"postcss-cli-resources.d.ts","sourceRoot":"","sources":["../../../../../../../packages/webpack/src/utils/webpack/plugins/postcss-cli-resources.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"postcss-cli-resources.d.ts","sourceRoot":"","sources":["../../../../../../../packages/webpack/src/utils/webpack/plugins/postcss-cli-resources.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,aAAa,EAAE,MAAM,SAAS,CAAC;AAaxC,MAAM,WAAW,0BAA0B;IACzC,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,mBAAmB,CAAC,EAAE,MAAM,CAAC;IAC7B,kBAAkB,CAAC,EAAE,OAAO,CAAC;IAC7B,QAAQ,EAAE,MAAM,CAAC;IACjB,MAAM,EAAE,aAAa,CAAC,OAAO,CAAC,CAAC;IAC/B,UAAU,EAAE,MAAM,CAAC;CACpB;AAgBD,wBAAgB,mBAAmB,CAAC,OAAO,EAAE,0BAA0B;;;EA8JtE"}
|
|
@@ -66,7 +66,7 @@ function PostcssCliResources(options) {
|
|
|
66
66
|
resourceCache.set(cacheKey, outputUrl);
|
|
67
67
|
return outputUrl;
|
|
68
68
|
}
|
|
69
|
-
const normalizedUrl = inputUrl.replace(/\\/g, '/');
|
|
69
|
+
const normalizedUrl = path.resolve(context, inputUrl.replace(/\\/g, '/'));
|
|
70
70
|
const parsedUrl = new URL(normalizedUrl, 'file:///');
|
|
71
71
|
const { pathname, hash, search } = parsedUrl;
|
|
72
72
|
const resolver = (file, base) => new Promise((resolve, reject) => {
|