egoist / egoist/rollup-plugin-postcss
globalModulePaths option of globalModulePaths don't works
Open
- Dominant language
- JavaScript
- Stars
- 689
- Forks
- 210
- PR merge metrics
- No merged PRs in 30d
Description
I have following rollup config:
```
postcss({
extract: true,
modules: {
globalModulePaths: [/node_modules/]
},
plugins: [autoprefixer]
})
```
Then I import css from my javascript as:
```
import '@some/external/build/index.css'
```
But postcss is still modifing class names of css file imported from node_modules.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.