stable

Clone or download

Read-only

Closes request #32985: Remove usages of process.env.NODE_ENV variable in project sidebar element

This make possible to use the library without using a bundler. To test, rebuild the library and look at the generated files. They should not try to access `process.env` anymore. You can also try to replace the current sidebar element of MW by copying project-sidebar.umd.cjs to `/usr/share/mediawiki-tuleap-flavor/1.35/skins/TuleapSkin/resources/lib/project-sidebar.umd.js` Change-Id: Ibd272f59cede38137505d9db3ef8041f8887343a

Modified Files

Name
M lib/frontend/project-sidebar/CHANGELOG.md +4 −0 Go to diff View file
M lib/frontend/project-sidebar/package.json +1 −1 Go to diff View file
M lib/frontend/project-sidebar/vite.config.ts +1 −0 Go to diff View file