ericclemmons / microbundle-monorepo

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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


Languages

Language:CSS 64.4%Language:TypeScript 35.6%