egoist / egoist/rollup-plugin-postcss

Bundle .css file did not work

Open
#186 1 comment 0 reactions 0 assignees View on GitHub
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
}),
```
![image](https://user-images.githubusercontent.com/4385154/62443777-54f39780-b78e-11e9-8875-4f1622831204.png)

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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.