Skip to content
This repository has been archived by the owner on Jun 19, 2018. It is now read-only.

Commit

Permalink
Merge pull request #3 from NMinhNguyen/add-style-loader-when-css-load…
Browse files Browse the repository at this point in the history
…er-is-used

Add style loader when CSS loader is used
  • Loading branch information
christianalfoni authored Sep 23, 2017
2 parents 9ddf10c + e07e212 commit e57d30d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/loadersToDependencies.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ module.exports = function (loaders) {
}

if (loader === 'css') {
depLoaders['style-loader'] = '^0.13.0';
depLoaders['css-loader'] = '^0.23.1';
}

Expand Down

0 comments on commit e57d30d

Please sign in to comment.