thymeleaf-inject-webpack-plugin

0.0.1 • Public • Published

Thymeleaf Inject Webpack Plugin

This is an extension plugin for the webpack plugin html-webpack-plugin.

It adds automatically thymeleaf to all of your injected resources before generate output html

Installation

You must be running webpack on node 0.12.x or higher

Install the plugin with npm:

$ npm install --save-dev nkb84/thymeleaf-inject-webpack-plugin

Install the plugin with yarn:

$ yarn add --dev nkb84/thymeleaf-inject-webpack-plugin

Basic Usage

Load the plugin

  const ThymeleafInjectWebpackPlugin = require('thymeleaf-inject-webpack-plugin');

and add it to your webpack config as follows:

plugins: [
  new HtmlWebpackPlugin(),
  new ThymeleafInjectWebpackPlugin()
]  

Package Sidebar

Install

npm i thymeleaf-inject-webpack-plugin

Weekly Downloads

0

Version

0.0.1

License

MIT

Unpacked Size

5.06 kB

Total Files

4

Last publish

Collaborators

  • binhnk