You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/index.ts
+1-2Lines changed: 1 addition & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -85,8 +85,6 @@ function preserveDirectives(): Plugin {
85
85
message: `[rollup-preserve-directives]: failed to parse "${id}" and extract the directives. make sure you have added "rollup-preserve-directives" to the last of your plugins list, after swc/babel/esbuild/typescript or any other transform plugins.`
86
86
});
87
87
88
-
console.warn(e);
89
-
90
88
returnnull;
91
89
}
92
90
@@ -220,3 +218,4 @@ function preserveDirectives(): Plugin {
0 commit comments