webpack-plugin-graphql-schema-hot
Version:
Webpack plugin which track changes in your schema files and generate `json` and `txt` files.
31 lines (16 loc) • 622 B
Markdown
## master
## 0.0.10 (May 28, 2018)
- fix: for Webpack 4 use new API on `.hooks`
## 0.0.9 (May 28, 2018)
- fix: skip compilations for `mini-css-extract-plugin` (Webpack 4)
## 0.0.5 (January 30, 2017)
- fix: Promise.resolve with `opts.output` as function
## 0.0.4 (January 30, 2017)
- feat: `opts.output` now may be async function which returns Promise
- fix: `opts.output` does not unfreeze Webpack
## 0.0.3 (January 30, 2017)
- feat: Add log messages when freezing Webpack
## 0.0.2 (January 28, 2017)
- fix: Proceed Webpack if was thrown error on schema generation
## 0.0.1 (January 28, 2017)
- First commit