This repository has been archived by the owner on Nov 20, 2020. It is now read-only.
Releases: hostnet/webpack-bundle
Releases · hostnet/webpack-bundle
Small fixes
Some small config fixes
OS bug release
Fixed an issue detecting the OS for Darwin architectures.
Inline JS in webpack blocks in Twig
It is now possible to have inline JS in your webpack blocks in Twig:
{% webpack inline %}
<script type="text/javascript">
console.log("Hello world!");
</script>
{% endwebpack %}
Bundles that are not tracked will not be added to the list of tracked templates
Pre-release
Bundles that are not tracked will not be added to the list of tracked templates
Fixed LESS loader & Allowing extensions for url-loader
Fixed LESS loader & Allowing extensions for url-loader
v0.0.1: Merge pull request #3 from haroldiedema/feature/twig-enhancement
Fixed readme & added BabelLoader