imodeljs / create-react-app

Set up a modern web app by running one command.
https://create-react-app.dev
MIT License
2 stars 7 forks source link

CopyAssetsPlugin broken #105

Closed aruniverse closed 1 year ago

aruniverse commented 1 year ago

There seems to be an issue with CopyAssetsPlugin on our end after updating deps to the latest. Previously we added the flag USING_NPM to get it to work in both monorepos and not, but it doesnt seem to copy the assets in monorepos without setting that flag now.

aruniverse commented 1 year ago

I should note, the issue seems to come from a transitive dep, the plugin we use hasnt been touched in well over a yr, https://www.npmjs.com/package/copy-webpack-plugin?activeTab=versions

aruniverse commented 1 year ago

fixed by #106