-
# [问题简单描述]
配置了postcss
但是不起作用?
### .postcsssrc.js
```
module.exports = {
'plugins': {
'stylelint': {},
'postcss-import': { path: './src/assets/css' },
'postcss-mixins': {},
…
-
问题一:options并没有透传数据,配置可以通过api.config取到
https://github.com/sorrycc/sekiro/blob/bbfc1dd87f8ba0550f69c4561506ab9a6f63abd5/plugin.js#L2
```js
export default {
antd: true,
};
```
问题二:配置antd提示错误
…
-
### What happened?
## Steps to Reproduce
Create a basic [Next.js app](https://nextjs.org/docs/getting-started/installation#automatic-installation) and follow the steps to [manually add OpenTelemet…
-
Unnecessary prefixes are still showing up when using compass/css3. This would be a great feature to always use only the necessary prefixes.
Some CSS3 features aren't even included in compass such as …
-
### Current Behavior
After Toggling Lightswitch and reloading the page, the page will return to the default state instead of the one selected by Lightswitch.
The code https://github.com/skeletonla…
-
Probably deploy a whole new site from scratch ... would be good for my learning anyway ...
-
Hi,
maybe you could include an option to pass only 1 object to replace(). This would allow me to keep my configuration separate from the task. At the moment, I have to pass 2 arguments which contradi…
-
![webpack config](https://user-images.githubusercontent.com/29979200/37702512-be582d0e-2d2d-11e8-968d-fa6b8feadd7f.png)
```
"eject": "node ./node_modules/.bin/ng eject --force",
"pree2e": "w…
-
_Idea from @academici_
Original content:
"Green browsers" support attribute "module" on tag script, old browsers use scripts with attribute "nomodule". But tag link no support "nomodule".
### I…
-
throws error when building and then exits.
```
error UNHANDLED REJECTION
Error: Bad arguments: First argument should be a string, second should be an a rray of strings
- compare-str…