Skip to content

Commit

Permalink
feat: Enable css source maps again
Browse files Browse the repository at this point in the history
  • Loading branch information
d4rkr00t committed Apr 24, 2017
1 parent a29dc0e commit 01cf7f4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/webpack/rules.js
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,8 @@ export function createCSSLoaderDev(): Loader {
{
loader: require.resolve("css-loader"),
options: {
importLoaders: 1
importLoaders: 1,
sourceMap: true
}
},
{
Expand Down

0 comments on commit 01cf7f4

Please sign in to comment.