UNPKG

react-halftone-qrcode

Version:

A React component to generate halftone QR codes with image.

20 lines (18 loc) 278 B
var path = require("path"); module.exports = { entry: [ "./examples/index.js" ], output: { path: path.join(__dirname, "build"), filename: "bundle.js" }, module: { loaders: [ { test: /\.js?$/, loader: "babel" } ] } };