fix: standardize webpack 5 dev server, fix MUI exports, and migrate to ESLint v10 flat config to restore npm run dev#45
Merged
leecalcote merged 4 commits intolayer5io:masterfrom Apr 10, 2026
Conversation
Signed-off-by: YASHMAHAKAL <yvsst01@gmail.com>
Signed-off-by: YASHMAHAKAL <yvsst01@gmail.com>
Signed-off-by: YASHMAHAKAL <yvsst01@gmail.com>
Contributor
Author
|
@Rajesh-Nagarajan-11, @saurabhraghuvanshii take a look please |
Signed-off-by: YASHMAHAKAL <yvsst01@gmail.com>
saurabhraghuvanshii
approved these changes
Apr 10, 2026
leecalcote
approved these changes
Apr 10, 2026
Member
leecalcote
left a comment
There was a problem hiding this comment.
Are we able to deeplink to a specific row in the table? It will have an example if we can. Or alternatively, if we’re able to link to the table with a predefined filter on which rows it displays, that will work, too..
Member
|
If we don’t have them now, a new issue could be opened to create some tests. If we do have some tests, an issue can be open to ensure that they run on open of a pull request. |
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
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.
Description
Summary
This PR restores
npm run devto a clean, stable, and fast working state. It resolves breaking CLI crashes caused by deprecated Webpack 4 APIs, fixes over 300+ Material UI export warnings, and decouples ESLint from the HMR pipeline to comply with ESLint v10 standards. Zero source-code (srcor HTML) files were modified.Changes
NamedModulesPlugin,HotModuleReplacementPlugin) and CLI properties (disableHostCheck,inline).devServer.staticto restore legacy root-directory serving, natively resolving theCannot GET /HTML rendering error.babel-loaderrule that forced@mui|@emotionESM exports into CommonJS formats. This restores native ESM static analysis and eliminates the 314+ "module has no exports" warnings..eslintrcconfig to the mandatoryeslint.config.jsFlat Config format using the built-inespreeJSX parser.eslint-webpack-pluginfrom Webpack. This prevents hard crashes in the dev server (scopeManager.addGlobals is not a function) and completely protects the build pipeline from downstream Node v18 + ESLint v10 CLI formatting conflicts.Signed commits