I would like to have the workflows all compiled even when I haven't imported and used them anywhere (context: I want to dynamically import instead). I tried to include them in the package.json's sideEffects but that doesn't seem to work. Is there something in the build script that prevents it?