-
Notifications
You must be signed in to change notification settings - Fork 214
Support webpack-dev-server v4 #1700
Comments
Hi! This is expected, since Neutrino does not yet support webpack 5 (see #1624 and #1584). The Neutrino docs say to use webpack-dev-server v3, eg: And the packages have neutrino/packages/web/package.json Line 48 in 7082218
...so an error will be shown during npm/yarn install if a different version is used. I would recommend adding I'm going to close this out since everything is working as designed (wrt docs and declared dependencies), and the webpack 5 work is already being tracked in #1624. However, it's worth noting that I don't use this project any more, and unless someone else steps up to maintain it, it's unlikely that it will see many/any more releases. |
Actually, I see |
Closing since unfortunately this project is no longer maintained. See: |
Bug or issue?
Please try to answer the following questions:
webpack-dev-server
package from v3 to v4 https://github.com/mozilla/treeherderWebpack v4 migration guide
Modification necessary:
stats
as attribute of adevMiddleware
attributeoverlay
as attribute ofclient
attributeThere are other files which also use these attributes.
The text was updated successfully, but these errors were encountered: