Skip to content

Commit

Permalink
simplifies webpack file
Browse files Browse the repository at this point in the history
  • Loading branch information
egoens committed Apr 25, 2016
1 parent 937f057 commit d7c5f5d
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions webpack.config.js
@@ -1,10 +1,4 @@
var path = require('path');
module.exports = {
entry: ['webpack/hot/dev-server',path.resolve(__dirname, 'app/main.js')],
output: {
path: path.resolve(__dirname, 'build'),
filename: 'bundle.js'
},
module: {
loaders: [
{
Expand Down

0 comments on commit d7c5f5d

Please sign in to comment.