/microbundle-monorepo

Having an issue with CSS not being extracted when part of a monorepo

Primary LanguageCSS

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
  2. yarn workspace ui-react build
  3. Validate ls -al packages/ui-react/dist/*.css isn't empty