Showing
1 changed file
with
1 additions
and
1 deletions
@@ -198,7 +198,7 @@ gulp.task('webpack-dev-server', () => { | @@ -198,7 +198,7 @@ gulp.task('webpack-dev-server', () => { | ||
198 | }, | 198 | }, |
199 | autoprefixer: false, | 199 | autoprefixer: false, |
200 | loaders: { | 200 | loaders: { |
201 | - css: ExtractTextPlugin.extract(['css?-url']) | 201 | + css: ExtractTextPlugin.extract(['css?-url&sourceMap']) |
202 | } | 202 | } |
203 | } | 203 | } |
204 | }); | 204 | }); |
-
Please register or login to post a comment