Austin McGee
Austin McGee
This can be resolved by setting `publicPath='auto'` in webpack, however this is not currently supported by CRA.
This is unfortunately an incomplete solution - PUBLIC_URL is used for index.html template substitutions and webpack's `publicPath` is also assumed to be a path in several CRA webpack plugins. setting...
> Note that the other tags are like teleivo/dhis2:master-linux-arm64 will also be visible. One option we could consider, if we don't want to pollute the main image with a bunch...
@KaiVandivier there is quite a bit of overlap here with #754 by the way
Alternative approaches, some of which I mentioned today: 1. Remove the `create-react-app` indirection and run our own compile/bundle steps directly on the source files, as we currently do for libraries,...
I'll test this before approving.
@KaiVandivier they should always end with a `/`, which is why `../` and `../../../` work (respectively) in the current setup. The bundled apps are flexible because the core responds to...
Possibly a naive question, but isn't `d2-schemas` just a specific type of `d2-api` request? Tangential question: thoughts on `d2js` as the top-level library namespace? It's a tiny bit more descriptive...
@varl the main thing I have issue with here is that these aren’t true `alpha` releases (they’re never on the `alpha` branch). Currently, a dev manually runs `npm publish` to...
@varl these “alpha” releases do not use the alpha branch, which works as you would expect. They are manually published to npm by a dev on a local machine. That’s...