html2react-loader

0.0.8 • Public • Published

html2react-loader

NPM version Downloads

html code to React code for webpack and other plugin.

Install

npm install html2react-loader --save-dev

How to use

module.exports = {
  entry: ["./entry.js"],
  output: {
    path: __dirname,
    filename: "bundle.js"
  },
  module: {
    preLoaders: [{
      test: /\.(js|jsx)$/,
      loader: 'html2react'
    }]
  }
};

LICENSE

MIT

Package Sidebar

Install

npm i html2react-loader

Weekly Downloads

2

Version

0.0.8

License

MIT

Last publish

Collaborators

  • mlinquan