List view
Create a seperate webpack config for development and production. 💯 **NOTE** // Development 1. must be more verbose than production. 2. does not minify any files. // Production 1. must display less errors, only required errors. 2. must minify all files for optimization.
No due date