cartomatic
18 Sep 2018, 7:51 PM
I have a package that wraps quite a lot of functionality the 'old' way:
* src
* modern
* classic
I wanted to use it in a new ext-gen generated app (universal modern template) but apparently packages from 'packages/local' are no longer picked up.
What would be the approach to make the old packages work via npm packages?
How to maintain the shared modern/classic bits and pieces in such package? I saw you 're separating classic / modern now.
thanks
* src
* modern
* classic
I wanted to use it in a new ext-gen generated app (universal modern template) but apparently packages from 'packages/local' are no longer picked up.
What would be the approach to make the old packages work via npm packages?
How to maintain the shared modern/classic bits and pieces in such package? I saw you 're separating classic / modern now.
thanks