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(webpack): Remove constraint on Webpack plugin's options for devTool #28508

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Commits on Oct 17, 2024

  1. fix(webpack): Remove constraint on Webpack plugin's options for devTool

    Current code limits devTool options to hidden(-source-map) and boolean (source-map if true). This is not best coding practice as it limits the extensibility of Nx Webpack plugin. Plus, the plugin's devTool setting overrides custom Webpack config even with webpack-merge implementation.
    nathansom committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    9b557d4 View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2024

  1. Configuration menu
    Copy the full SHA
    89544d8 View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2024

  1. Configuration menu
    Copy the full SHA
    618991d View commit details
    Browse the repository at this point in the history