webpack-ect-loader
The ect templates compiler for webpack. This includes a html formatter pretty.
Installation
npm i -D webpack-ect-loader
Configuration
This works with the following helper packages
moduleexports =module:rules:test: /\.ect$/use:loader: 'html-loader'options:loader: 'ect-loader'options:root: pathplugins:template: 'src/index.ect'filename: 'index.[contenthash].html';