Skip to content
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

fix(web): custom typescript webpack config files are now compatible #7627

Conversation

ndcunningham
Copy link
Contributor

Current Behavior

Currently, when a custom typescript webpack configuration file is passed in as an option for the build executor (react applications) nx run project:serve fails

Expected Behavior

Nx should support custom typescript webpack configs for react applications

Related Issue(s)

Fixes #7454

@vercel
Copy link

vercel bot commented Nov 5, 2021

This pull request is being automatically deployed with Vercel (learn more).
To see the status of your deployment, click below or on the icon next to each commit.

🔍 Inspect: https://vercel.com/nrwl/nx-dev/9M4bjnPtLhHujEqjLrkRhLaW9EAd
✅ Preview: https://nx-dev-git-fork-ndcunningham-fix-custom-typescript-6c6739-nrwl.vercel.app

@ndcunningham ndcunningham changed the title Fix custom typescript webpack import for React fix(web): custom typescript webpack config files are now compatible Nov 5, 2021
…or react applications

When a typescript webpack config file is provided as an option for the web build executor `nx run
project:serve` will not fail because the file type is typescript.

ISSUES CLOSED: nrwl#7454
@ndcunningham
Copy link
Contributor Author

Closing in favour of: #7633

@github-actions
Copy link

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.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Mar 19, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Unable to use TypeScript webpack config
2 participants