- Notifications
You must be signed in to change notification settings - Fork2.6k
feat(webpack): add webpack plugin#11966
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
nx-cloudbot commentedSep 10, 2022 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
vercelbot commentedSep 10, 2022 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
The latest updates on your projects. Learn more aboutVercel for Git ↗︎
|
1e84564
tob54c195
Compare8e273ad
to3f19415
CompareisScriptOptimizeOn, | ||
emitDecoratorMetadata, | ||
configuration: overrides?.configuration ?? context.configurationName, | ||
}, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
Looks like the skipTypeCheck property is missing. How to override it from executor config?
This pull request has already been merged/closed. If you experience issues related to these changes, please open a new issue referencing this pull request. |
Uh oh!
There was an error while loading.Please reload this page.
This PR moves webpack-specific generators and executors to the new @nrwl/webpack plugin. This change is the first step to enabling more bundlers like esbuild, vite, etc.
Changes
@nrwl/webpack:webpack
with support for babel, swc, and tsc@nrwl/web:dev-server
executor to@nrwl/webpack:dev-server
@nrwl/web:webpack
re-exports@nrwl/webpack:webpack
@nrwl/webpack:dev-server
re-exports@nrwl/webpack:dev-server
@nrwl/node:webpack
invokes@nrwl/webpack:webpack
withtarget: 'node'
@nrwl/web
are re-exported from@nrwl/webpack
for backwards compatibility@nrwl/webpack
@nrwl/web:webpack
replaced by@nrwl/webpack:webpack
@nrwl/web:dev-server
replaced by@nrwl/webpack:dev-server
@nrwl/node:webpack
replaced by@nrwl/webpack:webpack
(with options{ compiler: 'tsc', target: 'node' }
)