Skip to content
This repository has been archived by the owner on Nov 10, 2017. It is now read-only.

Commit

Permalink
Merge pull request #36 from alanrubin/patch-1
Browse files Browse the repository at this point in the history
Adding missing comma
  • Loading branch information
Muhammed Thanish committed Sep 4, 2016
2 parents 031b05f + 0e8f472 commit 8907808
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/docs/configurations/custom-webpack-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ export default {
loaders: [
{
test: /\.scss$/,
loaders: ["style", "css", "sass"]
loaders: ["style", "css", "sass"],
include: path.resolve(__dirname, '../')
}
]
Expand Down

0 comments on commit 8907808

Please sign in to comment.