christianalfoni / webpack-bin

A webpack code sandbox
http://www.webpackbin.com
MIT License
710 stars 75 forks source link

Ability to add special webpack configuration options #192

Open ramtob opened 7 years ago

ramtob commented 7 years ago

Occasionally one needs to add special options to the webpack config file, to get things to work. So we need the ability to add webpack configuration options, beyond specifying the loaders.

TIA