christianalfoni / webpack-bin

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

Generate wrong download zip #130

Open tnhu opened 8 years ago

tnhu commented 8 years ago

It seems webpackbin generates wrong download file when opening multiple projects.

STEPS

Open project.zip, its content is for project on Tab 2. It should be content for project on Tab 1.

christianalfoni commented 8 years ago

Currently it uses your session to build the project I believe. But could pass in project from client instead to ensure it builds the correct project. Thanks! :)

There is also some wrong files related to the new index.html file there, so need to fix that as well