Hanric
Hanric
support custom autoModules like [css-loader-auto](https://github.com/webpack-contrib/css-loader#auto)
# Bug report The webpack inner semver function computed result is different from the npm package semver , and the webpack inner function result seems not right. **What is the...
fix typo
## Description ## Related Issue ## Types of changes - [ ] Docs change / refactoring / dependency upgrade - [ ] Bug fix (non-breaking change which fixes an issue)...
## Description * extract shared relative logic to sharedHandler * extract remio relative logic to sharedHandler ## Related Issue ## Types of changes - [ ] Docs change / refactoring...
## Description ## Related Issue ## Types of changes - [ ] Docs change / refactoring / dependency upgrade - [ ] Bug fix (non-breaking change which fixes an issue)...
### Clear and concise description of the problem Support Modern.js SSR ### Suggested solution wip ### Alternative _No response_ ### Additional context _No response_ ### Validations - [X] Read the...
### Clear and concise description of the problem Now ModuleFederationPlugin support [runtimePlugins](https://github.com/module-federation/universe/blob/main/packages/enhanced/src/schemas/container/ModuleFederationPlugin.ts#L556) option , but it can not pass parameters , so the usage is limited . ### Suggested solution...
## Description * avoid shared module will be compiled in wrong target compiler `html-webpack-plugin` will use childCompiler which loader target is [node](https://github.com/jantimon/html-webpack-plugin/blob/main/lib/child-compiler.js#L103) to compile . And it will output the...
`options.include` can be `string`、`array`、`object`、`undefined` . But only the string type is judged in the code. When I use the below options ,it will be error. ```js { rel: 'preload', include:...