redbadger / website-next

DEPRECATED incarnation of Red Badger company site
https://redbadger.github.io/website-next/
6 stars 2 forks source link

CSS module import bugs #182

Open chris-goodchild opened 8 years ago

chris-goodchild commented 8 years ago

We currently use Webpack and the extract-text-webpack-plugin to create our css asset.

When attempting to build our production bundle, the process fails to run fully, showing the following error:

ERROR in ./src/shared/components/icons/style.css
Order in extracted chunk undefined

ERROR in ./src/shared/components/input/style.css
Order in extracted chunk undefined

This means that we must ensure a particular - and currently not well-understood - loading order when importing css files.