Skip to content

Commit

Permalink
fix: remove sourceMap from posts
Browse files Browse the repository at this point in the history
  • Loading branch information
evenstensberg committed May 7, 2017
1 parent a9ea433 commit d24f50d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/creator/yeoman/webpack-generator.js
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,6 @@ module.exports = class WebpackGenerator extends Generator {
}, {
loader: 'postcss-loader',
options: {
sourceMap: 'inline',
plugins: function () {
return [
precss,
Expand Down

0 comments on commit d24f50d

Please sign in to comment.