UNPKG

string-format-validation

Version:

Javascript util library to format & validate strings (or Numbers)

20 lines (18 loc) 326 B
var path = require('path') module.exports = { entry: './dev/index.js', output: { path: path.resolve(__dirname, 'build'), publicPath: '/assets/', filename: 'bundle.js' }, module: { loaders: [ { test: /\.js$/, exclude: /(node_modules)/, loader: 'babel' } ] } }