UNPKG

simple-object-validation

Version:
16 lines (15 loc) 298 B
module.exports = { entry: './src/index.js', output: { path: './bin', filename: 'simple-object-validation.js', libraryTarget: 'commonjs', }, module: { loaders: [{ test: /\.js$/, exclude: /node_modules/, loader: 'babel-loader', }], }, }