diff --git a/loader.js b/loader.js index f801dd8..778e1f8 100644 --- a/loader.js +++ b/loader.js @@ -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(); }