UNPKG

toka

Version:

A handy tool to generate common files in command line

17 lines (16 loc) 261 B
module.exports = { entry: ['{{ entry }}'], output: { path: '{{ path }}', filename: '{{ filename }}' }, resolve: { extensions: ['', '.js'] }, module: { loaders: [ { test: /\.js$/, loaders: ['babel'] } ] }, plugins: [] }