dojo / cli-build-webpack

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

Remove BannerPlugin hack #211

Closed rorticus closed 6 years ago

rorticus commented 7 years ago

Enhancement

When https://github.com/webpack/webpack/issues/5643 has been dealt with, we should remove the BannerPlugin hack we put in place to work around the bug.

new webpack.BannerPlugin(<any> {
    banner: `var ${jsonpFunctionName} = ${jsonpFunctionName} || window["${jsonpFunctionName}"];`,
    raw: true,
    test: /tests\/unit\/all\.*/
}),