Eric Chen
Eric Chen
I create to fix it but need help for test suit compact. @sodatea
Not only in the demo site, but it also happens in my case.
There is a sorter write by rust: https://github.com/avencera/rustywind, but it can't read the configuration file. https://github.com/PutziSan/prettier-plugin-sort-class-names is faster but can't format vue files
API 上看倒是与 antd 相似
Turn off rules duplicate with `eslint-plugin-import`, use `eslint-plugin-import` directly might be a better solution.
@lamuertepeluda Yep. install [eslint-plugin-import](https://github.com/benmosher/eslint-plugin-import) ```diff + 'import/no-extraneous-dependencies': 'error', - 'node/no-extraneous-require': 'error', - 'node/no-extraneous-import': 'error', + 'node/no-extraneous-require': 'off', + 'node/no-extraneous-import': 'off', + 'import/no-unresolved': 'error' - 'node/no-missing-require': 'error', - 'node/no-missing-import': 'error', +...
How about using https://github.com/webpack-contrib/html-minimizer-webpack-plugin to define a custom minify function? Then remove `htmlWebpackPlugin.options.minify` ...
Maybe the viewer's internal logic could turn `additionalProperties` into `properties/{*}` to support this.
Release wasm version before doing this, publish `*.wasm` to npm could save people from download file from Github.
A lifecycle API to extract sidebar tree may help.