diff --git a/README.md b/README.md index 3531989..bbfd112 100644 --- a/README.md +++ b/README.md @@ -51,7 +51,7 @@ npm install ### npm scripts -* `npm start` - start development server +* `npm run serve` - start development server * `npm run build` - build into the `public/` directory * `npm run lint` - lint `src/` * `npm run lint:fix` - lint `src/` and auto-fix issues where possible diff --git a/nwb.config.js b/nwb.config.js index c723916..e3425f7 100644 --- a/nwb.config.js +++ b/nwb.config.js @@ -28,7 +28,7 @@ module.exports = { minChunks: Infinity }), new HtmlWebpackPlugin({ - filename: 'views/index.ejs', + filename: 'index.html', template: 'src/views/index.ejs', markup: '
<%- markup %>
' })