Just migrated a large project that was using a custom version of https://github.com/thereactivestack-legacy to your package and everything seems to work... except web.browser.legacy production bundles :)
For some reason the html created by
new HtmlWebpackPlugin({
template: './client/main.html',
base: '/'
}),
does not appear. I just get a bare <head /> and <body /> with links to css and js. Any ideas or pointers to debug this?
Just migrated a large project that was using a custom version of https://github.com/thereactivestack-legacy to your package and everything seems to work... except web.browser.legacy production bundles :)
For some reason the html created by
does not appear. I just get a bare
<head />and<body />with links to css and js. Any ideas or pointers to debug this?