dojo / cli-build-webpack

🚀 **DEPRECATED** Dojo 2 - cli command for building applications
http://dojo.io
Other
4 stars 19 forks source link

Use static loader #222

Closed maier49 closed 6 years ago

maier49 commented 6 years ago

Type: feature

The following has been addressed in the PR:

Description: This removes cli-build-webpack's dependency on the existing @dojo/static-optimize-plugin, and instead uses @dojo/webpack-contrib and the new static-build loader. This loader also incorporate the getFeature technology that currently exists inside cli-build-webpack, so this PR removes that functionality. Resolves #216