JSPM

@nx/webpack

21.3.0-canary.20250716-46d21c7
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 1287690
  • Score
    100M100P100Q187670F
  • License MIT

The Nx Plugin for Webpack contains executors and generators that support building applications using Webpack.

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

CircleCI License NPM Version Semantic Release Commitizen friendly Join the chat at https://gitter.im/nrwl-nx/community Join us on the Official Nx Discord Server


Nx: Smart Repos · Fast Builds

An AI-first build platform that connects everything from your editor to CI. Helping you deliver fast, without breaking things.

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

Documentation & Resources

Nx - Smart Repos · Fast Builds