- fix: for Webpack 4 use new API on
.hooks
- fix: skip compilations for
mini-css-extract-plugin
(Webpack 4)
- fix: Promise.resolve with
opts.output
as function
- feat:
opts.output
now may be async function which returns Promise - fix:
opts.output
does not unfreeze Webpack
- feat: Add log messages when freezing Webpack
- fix: Proceed Webpack if was thrown error on schema generation
- First commit