make ready for rspack - #26
Conversation
utnapischtim
commented
Dec 16, 2024
- context: make the bundle current_app unaware
- pnpm: add override for pnpm
- project: remove current_app usage
220f950 to
2fa97bc
Compare
* it is possible to choose between npm and pnpm over the configuration variable JAVASCRIPT_PACKAGES_MANAGER. to be backward compatible npm is the default package manager.
* this makes it possible to reduce usage of current_app and enables performance boosts on invenio-cli
2fa97bc to
af8dbb8
Compare
|
the change to use app instead of current_app was made to use the classes in it could be that the whole change of this PR could be helpful in the future but it isn't necessary at the moment! even further thought: we could move that functionality to if those reverts will be done, the reverts described here in |
|
superseded by #27 |