Skip to content

Commit dc375c1

Browse files
committed
fix: remove console
1 parent 8ad6da1 commit dc375c1

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

index.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ module.exports = function(source) {
77
return i === this.resource
88
}));
99

10-
console.log(entry,matched, this.resource)
1110
if(!matched) {
1211
return source;
1312
}
@@ -31,4 +30,4 @@ function getEntry(entry) {
3130
return path.resolve(l);
3231
}
3332
});
34-
}
33+
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@alifd/next-reset-loader",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "A webpack loader for injecting reset.scss and icon.scss to entry js file.",
55
"keywords": [
66
"fusion",

0 commit comments

Comments
 (0)