cmccormack / minesweeper

Simple Minesweeper Game in JS
MIT License
1 stars 3 forks source link

dev-server doesn't load assets if build isn't run first #15

Closed cmccormack closed 4 years ago

cmccormack commented 5 years ago

Running any of the scripts that include webpack-dev-server will serve an empty index until a build is completed. Not sure yet how to resolve this without first running build then running the dev server.

bradtaniguchi commented 4 years ago

Temporarily fixed with this commit: 53418f8d1e7258f4bdefdfc91ed87fe3f253c4e8