html2react-loader
html code to React code for webpack and other plugin.
Install
npm install html2react-loader --save-dev
How to use
moduleexports = entry: "./entry.js" output: path: __dirname filename: "bundle.js" module: preLoaders: test: /\.$/ loader: 'html2react' ;
LICENSE
MIT