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

/html2react-loader/

    Package Sidebar

    Install

    npm i html2react-loader

    Weekly Downloads

    1

    Version

    0.0.8

    License

    MIT

    Last publish

    Collaborators

    • mlinquan