iamcastelli
iamcastelli
@maoshuai, Worked out well, thanks. Though I had to change the value of filename to 'admin.html', without the *build/* like this... ```javascript new HtmlWebpackPlugin({ inject: true, chunks: ["admin"], template: paths.appHtml,...
@remy , I haven't tried your setup of the _entry_ object, but a I curated a similar setup in *prod*, like the one @maoshuai presented in **webpack.config.dev.js**. By stripping out...
Ihave exactly the same issue in an Nx project after running `npx sb upgrade --prerelease`.
Having the exact issue too. I managed to have it running, but it throws some warnings in the console ```ts const path = require('path'); const webpack = require('webpack'); const withTM...
hey @michelonsouza. I just tried this out with NextJs in a turborepo. Same issue.
> > Any progress on this? > > I haven't tried it but the latest version includes the fix. Still getting this error with RN 0.72.9 and RNshare 10.0.2 even...
> in my case i gave up and upgraded with success to SDK50, skipping SDK49 Planning to take this jump. Been at this for a week moving to 49 in...
Has anyone found a work around this?
Same here. @yeomann/ @castrolol, did you find a workaround for this?
I am getting this too, in a Nextjs project. The problem might be when the Map Provider is rendered.