Add missing use strict statements

This commit is contained in:
Jan Nicklas 2015-11-23 12:16:11 +01:00 committed by Jan Nicklas
parent e2863a9b72
commit 95bdbe140d
1 changed files with 2 additions and 1 deletions

View File

@ -1,8 +1,9 @@
'use strict';
var _ = require('lodash');
var loaderUtils = require('loader-utils');
module.exports = function (source) {
'use strict';
if (this.cacheable) {
this.cacheable();
}