madskristensen / WebPackTaskRunner

A Visual Studio extension
Other
39 stars 16 forks source link

Enforce strict mode in webpack.config.js #6

Closed scottaddie closed 8 years ago

scottaddie commented 8 years ago

This PR enables strict mode in the webpack.config.js file which is added via the item template. This change will disallow bad practices in JavaScript, such as with and eval.