dojo / cli-build-webpack

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

Optimize all js files #250

Closed maier49 closed 6 years ago

maier49 commented 6 years ago

Type: bug

The following has been addressed in the PR:

Description: Previously, the static optimizer plugin has access to all JS files by virtue of the fact that it was accessing the compilation. When I moved it to a loader, I only added it to the src/**.ts files. This updates it to properly optimize any JS files in the build.

Resolves #244