Currently we build assets and commit them to the repo, but this has some unintended consequences:
- releases aren't as simple as tags as they now require us to build or automate building assets
- a project I'm on uses Webpack 4 and doesn't support chaining operators
?. but the built assets for this package started using ?. as of v0.5 making it difficult to upgrade
Do we want to continue building committing and releasing the assets?
Currently we build assets and commit them to the repo, but this has some unintended consequences:
?.but the built assets for this package started using?.as of v0.5 making it difficult to upgradeDo we want to continue building committing and releasing the assets?