dojo / cli-build-app

Command for building Dojo applications
Other
9 stars 32 forks source link

Upgrade to webpack 5 #431

Open maier49 opened 4 years ago

maier49 commented 4 years ago

Enhancement Webpack 5 is coming out soon. We should upgrade

maier49 commented 4 years ago

Webpack contrib now compiles and has working unit tests with webpack 5 here. The deprecation warnings are from MockModule mocking properties on webpack that have been deprecated in unit tests and not due to actual usage.

cli-build-app is a work in progress here