Skip to content

Commit ffaa5f1

Browse files
Fix typo in sourceMap
closes #4
1 parent 123de8b commit ffaa5f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ module.exports = {
3131
new ExtractTextPlugin("styles.css"),
3232

3333
new OptimizeCssnanoPlugin({
34-
sourceMap: nextSourceMap,
34+
sourceMap: true, // true for development, false for production
3535
cssnanoOptions: {
3636
preset: ['default', {
3737
discardComments: {

0 commit comments

Comments
 (0)