Issue #3349271: The use of the module sould not be mandatory in production
The idea is to allow switching to another "module mode" with a new configuration flag in the settings
In this mode, It would be ok to keep standard Drupal library configuration in production and allow users to use the module as a development dependency.
It assumes the following inconvenients :
- The manifest has been generated at least once in order to use the dev mode
- All dependencies have to be explicitly declared in vite.config as they are in libraries.yml (and so hashes can't be used in file names in vite config)
This code should not break the current and default use of the module
Edited by Hugo C
Merge request reports
Activity
added 5 commits
Toggle commit listadded 1 commit
- f1f61f32 - 3349271-the-use-of: add new config flag 'advancedMode' in settings to allow an...
added 1 commit
- beda2a82 - 3349271-the-use-of: clean config residues because of deletion of the adminForm...
added 1 commit
- ae9e3c10 - Clear orphan vite.permissions.yml initially created to add an admin page for the module
Please register or sign in to reply