小北

Results 3 issues of 小北

开启了cssmodule,在webpack.config.js 中配置了cssloader,配置如下 ``` css: { localIdentName: '[path][name]__[local]' } ``` 此时css在打包的时候,会按照我指定的名称打包,但是html内还是hash过的,这是需要配置其他的选项么? html内 ``` css: .app-web-page-home-home__title{} ```

### Description Hi, everybody! It would be great to have the same feature as the electron has. Please see the link below. https://www.electronjs.org/docs/api/browser-window#winsetignoremouseeventsignore-options ### To Reproduce null ### Expected behaviour...

Bug

I want to directly retrieve all sublevels through the Level API, but I couldn't find any relevant APIs. Instead of using a method that involves reading all keys and looping...

question