diff --git a/index.js b/index.js index c57a9a8..ae54072 100644 --- a/index.js +++ b/index.js @@ -28,7 +28,6 @@ module.exports = function(source) { } const req = loaderUtils.stringifyRequest( this, path ); - this.addDependency(path); result.push( `require(${req});` ); } diff --git a/package.json b/package.json index 41d9cd5..e0d8bcb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "bem-loader", - "version": "0.2.1", + "version": "0.2.2", "description": "", "homepage": "https://github.com/shifteee/bem-loader.git", "main": "index.js",