Skip to content

Legacy build doesn't use html template #84

Description

@bensventures

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions