react-toolbox-example icon indicating copy to clipboard operation
react-toolbox-example copied to clipboard

Not able to find output file

Open Bryze opened this issue 8 years ago • 1 comments

Hi, I got your example working, just had a question. Where is the output stored? It says in the config that it is in build folder, but i cannot find any build folder :/

Bryze avatar Mar 17 '17 08:03 Bryze

the output is build/bundle.js without index.html, just copy index.html to build or you can copy it automatically by using CopyWebpackPlugin

si-acus avatar Apr 12 '17 05:04 si-acus