Skip to content
This repository has been archived by the owner on May 29, 2019. It is now read-only.

Commit

Permalink
docs(readme): fix typo of use which should be rules (#415)
Browse files Browse the repository at this point in the history
  • Loading branch information
jameslnewell authored and joshwiens committed Feb 27, 2017
1 parent c9a19ad commit 8857e00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ const ExtractTextPlugin = require('extract-text-webpack-plugin');

module.exports = {
module: {
use: [
rules: [
{
test: /\.scss$/,
use: ExtractTextPlugin.extract({
Expand Down

0 comments on commit 8857e00

Please sign in to comment.