Skip to content

beefancohen/accessibility-webpack-plugin

Repository files navigation

accessibility-webpack-plugin

Webpack plugin that reports accessibility issues for component-based applications (using React, preact, etc)

How it works

Currently, the strategy for this plugin is to render components to static markup and run accessibility testing on the markup. As webpack bundles your project, this will detect a component, render it to static markup, and compile an a11y report for each component.

Right now this only works for React and I have only tested with create-react-app. This is not production-ready and should not be used in any applications yet, as it doesn't even do any accessibility testing :)

About

Webpack plugin that reports accessibility issues for JS component based applications

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published