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
Is your feature request related to a problem? Please describe.
I downloaded the repo, installed Node.js v10.20.0, and installed dependencies. Then I went to the basic example and ran pnpx webpack serve, and it resulted in an error (probably because there is an old version of webpack-dev-server?).
Describe the solution you'd like
The examples should include dependencies like webpack, webpack-cli, and webpack-dev-server, and have scripts in package.json for starting server and building. They should also work with any node version >= the minimum node version.
Describe alternatives you've considered
Using the favicon option in HtmlWebpackPlugin.
Additional context
I'm using nodist and pnpm on Windows 10.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
I downloaded the repo, installed Node.js v10.20.0, and installed dependencies. Then I went to the basic example and ran
pnpx webpack serve
, and it resulted in an error (probably because there is an old version ofwebpack-dev-server
?).Describe the solution you'd like
The examples should include dependencies like
webpack
,webpack-cli
, andwebpack-dev-server
, and have scripts inpackage.json
for starting server and building. They should also work with any node version >= the minimum node version.Describe alternatives you've considered
Using the
favicon
option inHtmlWebpackPlugin
.Additional context
I'm using
nodist
andpnpm
on Windows 10.The text was updated successfully, but these errors were encountered: