super-app-showcase icon indicating copy to clipboard operation
super-app-showcase copied to clipboard

how to run with webpack ?

Open ermuz opened this issue 9 months ago • 5 comments

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 ?

ermuz avatar Mar 18 '25 13:03 ermuz

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 👍

jbroma avatar Mar 18 '25 14:03 jbroma

Does the ShowCase support webpack at previously?

ermuz avatar Mar 19 '25 02:03 ermuz

Does the ShowCase support webpack at previously?

The repack-v4 branch can use webpack and run successfully

ermuz avatar Mar 19 '25 03:03 ermuz

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

jbroma avatar Mar 19 '25 10:03 jbroma

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

Image

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

POGBAKUTE avatar May 14 '25 17:05 POGBAKUTE