UNPKG

sh-input-select

Version:

Select input box superhero theme

22 lines (20 loc) 457 B
module.exports = { entry: './example/app.js', output: { path: './bin', filename: 'example.js', }, module: { loaders: [ { test: /\.jsx?$/, exclude: /node_modules/, loaders: ['babel-loader'] }, { test: /\.scss$/, loaders: ['style', 'css', 'sass'] } ], } };