We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ad6da1 commit dc375c1Copy full SHA for dc375c1
index.js
@@ -7,7 +7,6 @@ module.exports = function(source) {
7
return i === this.resource
8
}));
9
10
- console.log(entry,matched, this.resource)
11
if(!matched) {
12
return source;
13
}
@@ -31,4 +30,4 @@ function getEntry(entry) {
31
30
return path.resolve(l);
32
33
});
34
-}
+}
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@alifd/next-reset-loader",
3
- "version": "1.0.0",
+ "version": "1.0.1",
4
"description": "A webpack loader for injecting reset.scss and icon.scss to entry js file.",
5
"keywords": [
6
"fusion",
0 commit comments