0.0.8 • Published 7 years ago

html2react-loader v0.0.8

Weekly downloads
1
License
MIT
Repository
github
Last release
7 years ago

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

0.0.8

7 years ago

0.0.7

7 years ago

0.0.6

7 years ago

0.0.5

7 years ago

0.0.4

7 years ago

0.0.3

7 years ago

0.0.2

7 years ago

0.0.1

7 years ago