organize web pack to prod/vs/dev

This commit is contained in:
billchurch 2018-02-06 12:17:34 -05:00
parent 52f5ba1dad
commit 01d025a7bf

View file

@ -1,15 +0,0 @@
const path = require('path')
module.exports = {
entry: './src/js/index.js',
output: {
path: path.resolve(__dirname, 'public/'),
filename: 'bundle.js'
},
devtool: 'source-map',
module: {
loaders: [
{ test: /\.css$/, loader: 'style-loader!css-loader' }
]
}
}