Skip to content

Commit b701c36

Browse files
committed
use strict for let support
1 parent 9ca15f2 commit b701c36

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

index.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
'use strict';
2+
13
const applySourceMap = require('vinyl-sourcemaps-apply');
24
const CleanCSS = require('clean-css');
35
const path = require('path');

0 commit comments

Comments
 (0)