Package Exports
- @nx/webpack
- @nx/webpack/app-plugin
- @nx/webpack/app-plugin.js
- @nx/webpack/index.js
- @nx/webpack/plugin
- @nx/webpack/plugin.js
- @nx/webpack/src/executors/dev-server/dev-server.impl
- @nx/webpack/src/executors/dev-server/dev-server.impl.js
- @nx/webpack/src/executors/ssr-dev-server/ssr-dev-server.impl
- @nx/webpack/src/executors/ssr-dev-server/ssr-dev-server.impl.js
- @nx/webpack/src/executors/webpack/lib/normalize-options
- @nx/webpack/src/executors/webpack/lib/normalize-options.js
- @nx/webpack/src/executors/webpack/webpack.impl
- @nx/webpack/src/executors/webpack/webpack.impl.js
- @nx/webpack/src/plugins/generate-package-json-plugin
- @nx/webpack/src/plugins/generate-package-json-plugin.js
- @nx/webpack/src/plugins/plugin
- @nx/webpack/src/plugins/plugin.js
- @nx/webpack/src/plugins/webpack-nx-build-coordination-plugin
- @nx/webpack/src/plugins/webpack-nx-build-coordination-plugin.js
- @nx/webpack/src/utils/config
- @nx/webpack/src/utils/config.js
- @nx/webpack/src/utils/ensure-dependencies
- @nx/webpack/src/utils/ensure-dependencies.js
- @nx/webpack/src/utils/fs
- @nx/webpack/src/utils/fs.js
- @nx/webpack/src/utils/web-babel-loader.js
- @nx/webpack/src/utils/webpack/resolve-user-defined-webpack-config
- @nx/webpack/src/utils/webpack/resolve-user-defined-webpack-config.js
- @nx/webpack/src/utils/with-nx
- @nx/webpack/src/utils/with-nx.js
- @nx/webpack/src/utils/with-web
- @nx/webpack/src/utils/with-web.js
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@nx/webpack) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
Nx: Smart Repos · Fast Builds
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.
This package is a Webpack plugin for Nx.
Getting Started
Creating an Nx Workspace
Using npx
npx create-nx-workspace
Using npm init
npm init nx-workspace
Using yarn create
yarn create nx-workspace
Adding Nx to an Existing Repository
Run:
npx nx@latest init