Skip to content

Commit

Permalink
chore: configure webpack to include less files for pagination styles
Browse files Browse the repository at this point in the history
  • Loading branch information
Douglas Egiemeh authored and Douglas Egiemeh committed Jul 3, 2018
1 parent 4f98b8a commit 256945c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webpack.config.dev.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ module.exports = {
},
{
test: /\.css$/,
use: [{ loader: 'style-loader' }, { loader: 'scss-loader' }, { loader: 'sass-loader' }]
use: [{ loader: 'style-loader' }, { loader: 'css-loader' }]
},
{
test: /\.scss$/,
Expand Down

0 comments on commit 256945c

Please sign in to comment.