Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Legacy build doesn't use html template #84

Open
bensventures opened this issue Jan 20, 2020 · 0 comments
Open

Legacy build doesn't use html template #84

bensventures opened this issue Jan 20, 2020 · 0 comments

Comments

@bensventures
Copy link

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant