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

Commit

Permalink
Updaate postcss parser loader
Browse files Browse the repository at this point in the history
  • Loading branch information
Kikobeats committed May 17, 2017
1 parent 4fbd223 commit 82b7b4a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ module.exports = {
}, {
loader: 'postcss-loader',
options: {
parser: require('postcss-scss'),
parser: 'postcss-scss',
sourceMap: true
}
}, {
Expand Down
2 changes: 1 addition & 1 deletion webpack.dev.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ module.exports = {
}, {
loader: 'postcss-loader',
options: {
parser: require('postcss-scss')
parser: 'postcss-scss'
}
}, {
loader: 'sass-loader'
Expand Down

0 comments on commit 82b7b4a

Please sign in to comment.