how to run with webpack ?
Ask your Question
I want to know the reason why remove the webpack config file ? I run with webpack got a white screen,is there a way to run with webpack successfully ?
showcase supports only rspack atm - we've removed webpack setup to make it simpler - previously we had both rspack and webpack and that might have been confusing to some 👍
Does the ShowCase support webpack at previously?
Does the ShowCase support webpack at previously?
The repack-v4 branch can use webpack and run successfully
webpack is still supported - you need to create webpack.config.js files everywhere and do similar configuration as in rspack.config.js files and also change commands in react-native.config.js from /rspack to /webpack
webpack is still supported - you need to create
webpack.config.jsfiles everywhere and do similar configuration as inrspack.config.jsfiles and also change commands inreact-native.config.jsfrom/rspackto/webpack
when I run bundle, its create build folder. which folder I need to upload to the host server, and how to config for host app to load the bundle from host server . thanks