TODOS 629 B

12345678910111213
  1. # TODOs
  2. - [x] Webpack 5 + Vue 3 custom block support <https://github.com/webpack/webpack/pull/9138>
  3. - [ ] conventional changelog
  4. - [ ] (Test) show virtual console error messages
  5. - [ ] <https://vue-loader.vuejs.org/guide/#manual-setup> use export from the package entry
  6. - [ ] webpack 5 `this.getOptions` <https://webpack.js.org/migrate/5/#getoptions-method-for-loaders>
  7. ## Known Issues
  8. - SSR usage needs more thorough testing.
  9. - `vue-style-loader` hasn't been not updated for Vue 3 yet. Please use `mini-css-extract-plugin` for CSS extraction.
  10. - No [`shadowMode`](https://vue-loader.vuejs.org/options.html#shadowmode) support.