Skip to content
This repository has been archived by the owner on Dec 6, 2021. It is now read-only.

Commit

Permalink
tweak for webpack 2
Browse files Browse the repository at this point in the history
  • Loading branch information
egoist committed Feb 16, 2017
1 parent 33c551c commit 034e8dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/loaders.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ exports.styleLoaders = function (options) {
const loader = loaders[extension]
output.push({
test: new RegExp('\\.' + extension + '$'),
loader
use: loader
})
}
return output
Expand Down

0 comments on commit 034e8dd

Please sign in to comment.