When i run build I've got "The 'mode' option has not been set, webpack will fallback to 'production' for this value. Set 'mode' option to 'development' or 'production' to enable defaults for each environment."
Hey there! Did you specify the mode key in the webpack dev and production files? Also did you specify the scripts in package.json to use those webpack production and dev files with --config? npm run build should be in production mode.
Amazing video. Please make a video on using webpack module federation with typescript react apps.
Hope you get your OS sorted nice
Thank you
Definitely prefer typescript to plain JavaScript
Please make video about java sockets
When i run build I've got "The 'mode' option has not been set, webpack will fallback to 'production' for this value.
Set 'mode' option to 'development' or 'production' to enable defaults for each environment."
Hey there! Did you specify the mode key in the webpack dev and production files? Also did you specify the scripts in package.json to use those webpack production and dev files with --config? npm run build should be in production mode.
@@WittCode Hi, sorry, my bad. I missed mode key in webpack.prod.js :) Thx!
Can you please create video on update react with webpack and typescript