christianalfoni / webpack-bin

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

downloaded package does not use index.html or configured entry #221

Closed faceyspacey closed 7 years ago

faceyspacey commented 7 years ago

When you download a package, it won't use the index.html file you created--only the original plain one. In addition, the webpack config file only uses main.js as the entry file, not another possibly different-named file.

christianalfoni commented 7 years ago

Thanks for reporting! Yes, this is definitely a bug, will fix it :)

christianalfoni commented 7 years ago

This should be fixed in the new production version now :)