Skip to content

Commit

Permalink
fix(workflow-settings): remove invalid options for css loader
Browse files Browse the repository at this point in the history
  • Loading branch information
Rob McGuinness committed Dec 15, 2018
1 parent d9a2d30 commit 87eaaf4
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions packages/workflow-settings/webpack/loader-less.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,7 @@ module.exports = {
loader: 'css-loader',
options: {
sourceMap: true,
importLoaders: 1,
name: 'images/[name].[ext]'
importLoaders: 1
}
},
{
Expand All @@ -38,7 +37,7 @@ module.exports = {
loaderPostcss,
{
loader: 'less-loader',
options: { sourceMap: true }
options: { sourceMap: false }
}
]
}
Expand Down

0 comments on commit 87eaaf4

Please sign in to comment.