Skip to content

Commit

Permalink
Add rule for compile CSS files - closes #243
Browse files Browse the repository at this point in the history
  • Loading branch information
JeffreyWay committed Jan 31, 2017
1 parent 7f79275 commit 9fbf090
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions setup/webpack.config.js
Expand Up @@ -95,6 +95,11 @@ module.exports.module = {
loader: 'babel-loader' + Mix.babelConfig()
},

{
test: /\.css$/,
loaders: ['style-loader', 'css-loader']
},

{
test: /\.(png|jpg|gif)$/,
loader: 'file-loader',
Expand Down

0 comments on commit 9fbf090

Please sign in to comment.