Skip to content

Restore npm run dev#44

Closed
YASHMAHAKAL wants to merge 1 commit intolayer5io:masterfrom
YASHMAHAKAL:fix/npm-run-dev
Closed

Restore npm run dev#44
YASHMAHAKAL wants to merge 1 commit intolayer5io:masterfrom
YASHMAHAKAL:fix/npm-run-dev

Conversation

@YASHMAHAKAL
Copy link
Copy Markdown
Contributor

Notes for Reviewers

  • Fix broken webpack-cli v7 flags in dev script (--colors → --color, remove -d)
  • Replace deprecated WDS v5 devServer options (disableHostCheck, inline, stats)
  • Remove NamedModulesPlugin and HotModuleReplacementPlugin (removed/auto-applied in webpack 5 / WDS v5)
  • Remove @mui/@emotion babel-loader rule that converted ESM to CJS, breaking tree-shaking and bloating bundle from 1.3MB to 7.3MB
  • Migrate ESLint config from .eslintrc to eslint.config.js (required, ESLint 10 dropped .eslintrc support)
  • Note: react/no-typos rule dropped — broken in eslint-plugin-react@7.37.5 under ESLint 10 flat config
  • Fix missing semicolons on class field declarations in 6 example files"

Signed commits

  • Yes, I signed my commits.

Signed-off-by: YASHMAHAKAL <yvsst01@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant