Shamil Yakupov
Shamil Yakupov
Is there any way to do this?
Without `ws:`, webpack-hmr isn't working locally in Safari at least:
### Version ```sh @rslib/[email protected] ``` ### Details Config almost default ```js import { defineConfig } from '@rslib/core'; export default defineConfig({ lib: [ { format: 'esm', syntax: ['node 18'], dts: true,...
### Describe the bug When using `cover 75% in RU` as browserlist config, part of code left uncompiled. But with `cover 74% in RU` everything is fine. As a workaround...