An open API service indexing awesome lists of open source software.

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

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