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

Automatically insert link to head #6

Open
stevemao opened this issue Apr 3, 2017 · 0 comments
Open

Automatically insert link to head #6

stevemao opened this issue Apr 3, 2017 · 0 comments

Comments

@stevemao
Copy link

stevemao commented Apr 3, 2017

Currently I have to insert link manually with both file-loader and this one:

import manifest from './manifest.json';

<Helmet>
          <link rel="manifest" href={manifest} />
</Helmet>

It should behave like style-loader, which automatically insert link to <head>. So we can leverage modules like CommonsChunkPlugin etc...

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