Skip to content

Commit

Permalink
Fix typo (#1091)
Browse files Browse the repository at this point in the history
  • Loading branch information
gauravtiwari authored Dec 12, 2017
1 parent 8f097c6 commit f7920ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/webpack.md
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ const myCssLoaderOptions = {
localIdentName: '[name]__[local]___[hash:base64:5]'
}

const CSSLoader = environment.loaders.get('style').use.find(el => el.loader === 'css-loader')
const CSSLoader = environment.loaders.get('sass').use.find(el => el.loader === 'css-loader')

CSSLoader.options = merge(CSSLoader.options, myCssLoaderOptions)

Expand Down

0 comments on commit f7920ca

Please sign in to comment.