UNPKG

mask-input

Version:

Mask input component. Allow to input formatted values with fixed length or apply custom formatting function, to format values with any length

20 lines (18 loc) 348 B
var path = require('path'); module.exports = { entry: './examples/index.js', output: { path: __dirname + '/examples/', filename: 'bundle.js', }, devtool: 'inline-source-map', module: { loaders: [ { test: /\.jsx?$/, exclude: /node_modules|vendor/, loader: 'babel-loader', }, ], }, };