UNPKG

web-sparkle

Version:

A toolbox of frontend web development modules to add some ✨ to your website.

16 lines (15 loc) 237 B
module.exports = { watch: true, entry: './test', output: { filename: 'bundle.js', publicPath: '/test/', path: './test' }, module: { loaders: [{ test: /\.js?$/, loaders: ['babel-loader'] }] } }