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

[1.7.0] o.htmlWebpackPlugin.files.js misses files #127

Closed
liubko opened this issue Nov 25, 2015 · 2 comments · Fixed by BohdanTkachenko/webpack-split-by-path#9
Closed

[1.7.0] o.htmlWebpackPlugin.files.js misses files #127

liubko opened this issue Nov 25, 2015 · 2 comments · Fixed by BohdanTkachenko/webpack-split-by-path#9

Comments

@liubko
Copy link

liubko commented Nov 25, 2015

After I updated to 1.7.0 I have this problem that index.tmpl doesn't include all necessary files.

I use the following code in my index.tmpl

{% o.htmlWebpackPlugin.files.js.forEach(function(item) { %}
    <script src="{%= item %}" type="text/javascript"></script>
{% }); %}

but in only creates one <script> tag, when should have been created two.

If it make any difference, I use webpack-split-by-path

@jantimon
Copy link
Owner

Maybe because of: #115
Maybe webpack split by path does not add "initial" to the bundle

@lock
Copy link

lock bot commented Jun 1, 2018

This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

@lock lock bot locked as resolved and limited conversation to collaborators Jun 1, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants