You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using a pug/jade template for index.html. If I have an empty build directory, run webpack-dev-server (which handles processing the template), there's no index.html actually output to the build directory. An abbreviated version of my webpack.config.js is below.
I'm using a pug/jade template for
index.html
. If I have an empty build directory, run webpack-dev-server (which handles processing the template), there's no index.html actually output to the build directory. An abbreviated version of my webpack.config.js is below.This config file works just fine if I run webpack directly. It's when I run webpack-dev-server that nothing is output.
The text was updated successfully, but these errors were encountered: