Skip to content

Commit

Permalink
Update webpack.config.dev.js
Browse files Browse the repository at this point in the history
  • Loading branch information
egor-smirnov committed Apr 11, 2016
1 parent a7ea56a commit f8dd19e
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions react-and-es6-part-6/webpack.config.dev.js
Expand Up @@ -23,13 +23,9 @@ var config = {
test: /\.js$/,
loaders: ['babel'],
exclude: /node_modules/
},
{
test: /\.css$/,
loaders: ['style', 'css']
}
]
}
};

module.exports = config;
module.exports = config;

0 comments on commit f8dd19e

Please sign in to comment.