cmccormack / minesweeper

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

Added webpack + react #13

Closed cmccormack closed 5 years ago

bradtaniguchi commented 5 years ago

I noticed when running npm run start:dev, which should be the script used to run the project, webpack prints out:

[ webpack mode: production ]

Shouldn't it be in development mode by default?

cmccormack commented 5 years ago

I noticed when running npm run start:dev, which should be the script used to run the project, webpack prints out:

[ webpack mode: production ]

Shouldn't it be in development mode by default?

Updated sorry about that