https://github.com/ericclemmons/microbundle-monorepo
Having an issue with CSS not being extracted when part of a monorepo
https://github.com/ericclemmons/microbundle-monorepo
Last synced: 18 days ago
JSON representation
Having an issue with CSS not being extracted when part of a monorepo
- Host: GitHub
- URL: https://github.com/ericclemmons/microbundle-monorepo
- Owner: ericclemmons
- Created: 2021-08-16T19:30:44.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-08-16T19:44:02.000Z (over 3 years ago)
- Last Synced: 2025-04-06T07:15:41.525Z (19 days ago)
- Language: CSS
- Size: 1.95 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Microbundle for Monorepos
A small reproduction of a bug where `import "./styles.css"` doesn't get externally generated to `dist/styles.css`.
## Getting Started
1. `yarn install`
1. `yarn workspace ui-react build`
1. Validate `ls -al packages/ui-react/dist/*.css` isn't empty