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
It would be nice if the bundle output from webpack in dist (e.g. index.html) could be leveraged to enable things like paths with [chunkhash] and being able to use HtmlWebpackPlugin within server.js to update it automatically.
I think if #1 is done, this would get solved at the same time.
The text was updated successfully, but these errors were encountered:
thescientist13
changed the title
API for syncing state schema for client / server
As a user I would like an API for syncing state schema between client + server
Sep 5, 2018
thescientist13
changed the title
As a user I would like an API for syncing state schema between client + server
As a user I would like syncing of build output between client + server
Sep 9, 2018
thescientist13
changed the title
As a user I would like syncing of build output between client + server
As a user I would like syncing of bundle output between client + server
Sep 9, 2018
thescientist13
changed the title
As a user I would like syncing of bundle output between client + server
As a user I would like an example of syncing of bundle output between client + server
Sep 9, 2018
Currently the initial JavaScript payload is coming from bundle.js but the path is hardcoded in the HTML of server.js.
It would be nice if the bundle output from webpack in dist (e.g. index.html) could be leveraged to enable things like paths with
[chunkhash]
and being able to use HtmlWebpackPlugin within server.js to update it automatically.I think if #1 is done, this would get solved at the same time.
The text was updated successfully, but these errors were encountered: