Twigpack is a bridge between Twig and webpack, with manifest.json
& webpack-dev-server hot module replacement (HMR) support. It also works with Laravel Mix, vue-cli, or anything else that is a layer on top of webpack.
Twigpack supports both modern and legacy bundle builds, as per the Deploying ES2015+ Code in Production Today article.
Twigpack also handles generating the necessary <script>
and <link>
tags to support both synchronous and asynchronous loading of JavaScript and CSS.
Twigpack allows you to include files inline files into your Twig templates that live outside of the templates/
directory, such as generated Critical CSS files.
Additionally, Twigpack has a caching layer to ensure optimal performance.
To install this plugin, copy the command above to your terminal.
This plugin doesn't have any reviews.