I'm evaluating linaria for a upcoming project and setup a sample repo here: https://github.com/steffenmllr/linaria-ts-storybook
Long story short: If I add linaria to the project the compiling time for 2 sample components increases to a painfully slow startup time (5s to 14s) which I might can live with but the rebuild time goes from instant 200ms to 5142ms.
So my question is: Is this a known issue or is my configuration wrong. Also can you point me in the direction where/why this is happening so I can help to improve it :)
node v8.14.0 with npm 6.4.1 and linaria 1.0.0-beta.2 see package.json
I'm evaluating linaria for a upcoming project and setup a sample repo here: https://github.com/steffenmllr/linaria-ts-storybook
Long story short: If I add linaria to the project the compiling time for 2 sample components increases to a painfully slow startup time (
5sto14s) which I might can live with but the rebuild time goes from instant200msto5142ms.So my question is: Is this a known issue or is my configuration wrong. Also can you point me in the direction where/why this is happening so I can help to improve it :)
node
v8.14.0with npm6.4.1and linaria1.0.0-beta.2see package.json