-
Notifications
You must be signed in to change notification settings - Fork 2.6k
chore(misc): refactor workspace to build packages to local dist folder #33526
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 our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Draft
Coly010
wants to merge
5
commits into
master
Choose a base branch
from
repo/use-local-dist
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+12,332
−3,348
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
❌ Deploy Preview for nx-docs failed. Why did it fail? →
|
932dc8a to
2c40e1b
Compare
2c40e1b to
e43c1d0
Compare
Contributor
|
View your CI Pipeline Execution ↗ for commit 44c19ff
☁️ Nx Cloud last updated this comment at |
e43c1d0 to
6ba8ffd
Compare
ca67f63 to
a7af9f3
Compare
…uleResolution chore(core): write to local dist chore(core): build devkit and workspace to local dist chore(js): build to local dist chore(vitest): build to local dist chore(webpack): build to local dist - Migrate from centralized dist/packages/webpack to local packages/webpack/dist - Update tsconfig.lib.json with new output paths and composite: true - Add package.json exports for all entry points - Update executors.json, generators.json, migrations.json to use dist/src/ paths - Fix ESM imports (webpack, webpack-dev-server, copy-webpack-plugin) - Add esModuleInterop for proper module resolution - Create .npmignore to exclude build artifacts chore(module-federation): build to local dist chore(rspack): use local dist chore(core): build rollup and vite to local dist Migrate @nx/rollup and @nx/vite to use local dist output: - Update tsconfig.lib.json to output to local dist/ directory - Add/update comprehensive exports field with @nx/nx-source mappings - Update executors.json, generators.json, and migrations.json paths to use dist/src/ - Update project.json build targets with standardized configuration - Create .npmignore to exclude build artifacts and source files - Create readme-template.md for automated README generation - Enable TypeScript composite mode for better project references chore(rsbuild): build to local dist chore(storybook): build to loacl dist chore(docker): build to local dist chore(misc): update copy readme script chore(react): build to local dist chore(nuxt): build to local dist chore(expo): build to local dist chore(node): build to local dist chore(angular): build to local dist chore(gradle): build to local dist chore(angular-rspack): ensure outputs work with module resolution
chore(core): update test setup for devkit chore(js): fix unit test setup chore(bundling): update unit test set up chore(misc): fix export conditions and unit test setups chore(misc): update unit test setup for testing tools chore(misc): setup unit test config chore(misc): update unit test setup chore(misc): update test config for node chore(misc): update react adjacent packages unit test setup chore(misc): update angular to use new unit test setup chore(misc): update unit test setup for nx chore(misc): cleanup
741544f to
d7e58db
Compare
d7e58db to
a237c6a
Compare
a237c6a to
44c19ff
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.