egoist / egoist/rollup-plugin-postcss
Bundle .css file did not work
Open
- Dominant language
- JavaScript
- Stars
- 689
- Forks
- 210
- PR merge metrics
- No merged PRs in 30d
Description
```
plugins: [
postcss({
// modules: true, // 增加 css-module 功能
extensions: [".pcss", ".less", ".css"],
plugins: [nested(), cssnext({ warnForDuplicates: false }), cssnano()],
extract: true
}),
```

then .js and .css is split but when I used this bundle in my project the css did not work , I dont found css option in anywhere whether my path is wrong?
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.