-
-
Notifications
You must be signed in to change notification settings - Fork 380
Next #583
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
Next #583
Conversation
* refactor: rename lib to src * refactor: use ESM * chore(package.json): add prepublish task * chore: rename lib to dist
BREAKING CHANGE: the `fs` option was renamed to the `outputFileSystem` option. The `fileSystem` property was removed from API, please use `context.outputFileSystem` instead. The middleware `locals` now under `res.locals.webpack` - use `res.locals.webpack.stats` for access stats and `res.locals.webpack.outputFileSystem` to access `fs`.
BREAKING CHANGE: the `reporter` option was removed without replacement
BRAKING CHANGE: the `webpackStats` property inside context was renamed to the `stats` property
BREAKING CHANGE: `logLevel`, `logTime` and `logger` options were removed without replacement. You can use the `infrastructurelog` (`infrastructureLog` in `webpack@5`) hook to customize logs. The `log` property in context was renamed to `logger`.
BREAKING CHANGE: drop koa support
* refactor: rename lib to src * refactor: use ESM * chore(package.json): add prepublish task * chore: rename lib to dist
BREAKING CHANGE: the `fs` option was renamed to the `outputFileSystem` option. The `fileSystem` property was removed from API, please use `context.outputFileSystem` instead. The middleware `locals` now under `res.locals.webpack` - use `res.locals.webpack.stats` for access stats and `res.locals.webpack.outputFileSystem` to access `fs`.
BREAKING CHANGE: the `reporter` option was removed without replacement
BRAKING CHANGE: the `webpackStats` property inside context was renamed to the `stats` property
BREAKING CHANGE: `logLevel`, `logTime` and `logger` options were removed without replacement. You can use the `infrastructurelog` (`infrastructureLog` in `webpack@5`) hook to customize logs. The `log` property in context was renamed to `logger`.
BREAKING CHANGE the `watchOptions` was removed, please setup `watchOptions` in webpack config https://webpack.js.org/configuration/watch/#watchoptions
BREAKING CHANGE: unwanted `charset=utf-8` not add to custom MIME types and MIME types which can be non utf-8. The `mimeTypes` option now accepts `extension` and `type` - `{ mimeTypes: { phtml: "text/html" } }`, the `force` option for the `mimeTypes` option was removed.
BREAKING CHANGE the `stats` was removed, please setup `stats` in webpack config https://webpack.js.org/configuration/stats/
BREAKING CHANGE: the `getFilenameFromUrl` method was removed from API
Codecov Report
@@ Coverage Diff @@
## master #583 +/- ##
=======================================
Coverage 99.12% 99.12%
=======================================
Files 8 8
Lines 228 228
Branches 71 71
=======================================
Hits 226 226
Misses 2 2
Continue to review full report at Codecov.
|
Hi, TypeError: Cannot read property 'colors' of undefined |
Merge next into master