christianalfoni / webpack-bin

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

Show webpack config onsite #230

Open EladBezalel opened 7 years ago

EladBezalel commented 7 years ago

I think it would be really good to see the webpack.config on as one of the files

christianalfoni commented 7 years ago

@EladBezalel You thinking you want to change it? Or just look at it? :) Cause changing it will not have any effect

EladBezalel commented 7 years ago

Just look at it, or maybe at some point actually change it.. Currently you have to download the zip to look at it

christianalfoni commented 7 years ago

Jup, ability to look at it would be possible, though not changing it. There is a lot of custom code producing this stuff on the server, everything has to be configured before hand. Lots of "where to find modules" stuff as Webpackbin bundles cross memory (your bin) and filesystem (loaders).

Though I have some other pressing issues to stabilize the service :)