actionsheet
Version:
actionsheet component for touch device
17 lines (16 loc) • 360 B
JavaScript
module.exports = {
entry: './example/index.js',
output: {
path: 'example',
filename: 'bundle.js'
},
module: {
loaders: [
{test: /\.css$/, loader: 'style!css'},
{test: /\.png$/, loader: 'url-loader?mimetype=image/png'},
{test: /\.json$/, loader: 'json' },
{test: /\.html$/, loader: 'html'}
]
},
plugins: []
}