diff --git a/README.md b/README.md index 9c4b346..59aac6b 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,7 @@ A basic boilerplate for a Three.js project including the use of Webpack and ES6 ## This Fork * Replace `node-sass` with `sass`. +* Do not open browser when running `devServer`. ## Project Structure ``` diff --git a/webpack.config.js b/webpack.config.js index 2623f66..e9ac600 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -129,6 +129,7 @@ module.exports = env => { devServer: { static: 'src/public', + open: false, }, plugins: plugins.concat(