cozy / create-cozy-app

A CLI to bootstrap a "zero-configuration" application for the Cozy V3 platform
https://docs.cozy.io/en/tutorials/app/
MIT License
16 stars 15 forks source link

fix : Do not import cozy-bar css in v8 apps #1439

Closed acezard closed 2 years ago

acezard commented 2 years ago

Had a regression on webpack dev serv on cozy-banks because the config was trying to resolve cozy-bar minified css which doesn't exist in the cozy-bar version (>=8) used by cozy-banks (the css is inside the js).

A quick fix is to remove the rule breaking the build for all apps using cozy-bar >=8