Skip to content
This repository has been archived by the owner on Nov 20, 2020. It is now read-only.

Releases: hostnet/webpack-bundle

Small fixes

23 Oct 09:51
Compare
Choose a tag to compare
Small fixes Pre-release
Pre-release

Some small config fixes

OS bug release

08 Oct 08:07
Compare
Choose a tag to compare
OS bug release Pre-release
Pre-release

Fixed an issue detecting the OS for Darwin architectures.

Inline JS in webpack blocks in Twig

28 Sep 13:28
Compare
Choose a tag to compare
Pre-release

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

25 Sep 12:25
Compare
Choose a tag to compare

Bundles that are not tracked will not be added to the list of tracked templates

Fixed LESS loader & Allowing extensions for url-loader

23 Sep 14:52
Compare
Choose a tag to compare

Fixed LESS loader & Allowing extensions for url-loader

v0.0.1: Merge pull request #3 from haroldiedema/feature/twig-enhancement

22 Sep 09:46
Compare
Choose a tag to compare
Fixed readme & added BabelLoader