I've used polymer-cli to create a PWA version of a dashboard app that I'd built with Polymer (using pages.js as router...). I've begun from scratch, and imported only the components needed for the new app, using the app- elements when possible (router, par exemple).
Everything is great, except the building phase, that takes more than 5 minutes !
In the old app I used vulcanize as build tool, it wasn't quick but it was way faster than that, more or less one minute.
Is such a slow build time normal?
I've used polymer-cli to create a PWA version of a dashboard app that I'd built with Polymer (using pages.js as router...). I've begun from scratch, and imported only the components needed for the new app, using the app- elements when possible (router, par exemple).
Everything is great, except the building phase, that takes more than 5 minutes !
In the old app I used vulcanize as build tool, it wasn't quick but it was way faster than that, more or less one minute.
Is such a slow build time normal?