Skip to content

alte0/webpack-html-validate-plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Warning. This is my first plugin for Webpack. May be bugs 🐜.

Validate html files with html-validate only static html files.

npm i -D https://github.com/alte0/webpack-html-validate-plugin

Use plugin:

const WebpackHtmlValidatePlugin = require('webpack-html-validate')

 plugins: [
   new WebpackHtmlValidatePlugin()
 ]

Configuration

Create .htmlvalidate.json:

{
  "extends": [
    "html-validate:recommended"
  ]
}

####Look more - gitlab html-validate

About

Webpack plugin validate static html files with https://html-validate.org/

Resources

Stars

Watchers

Forks

Packages

No packages published