problem description
after webpack-dev-server starts, the suffix of html is gone.
.
config
webpack.base.js
package.json
package-lock.json
remove
dd.js
src
about.html
index.html
index.js
other.js
test.js
running effect
Picture description
problem description
about (magic html for about.js) (webpack-dev-server) should be the content of about.html
, which is also html, but without the suffix of .html
ask for help