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 811d3f4 commit 219a90aCopy full SHA for 219a90a
lib/src/index.ts
@@ -70,7 +70,7 @@ export const raw = (options?: RawPluginOptions): Plugin => ({
70
});
71
72
build.onLoad({ filter: /.*/, namespace: "raw" }, args => {
73
- let { fullPath, query } = args.pluginData;
+ const { fullPath, query } = args.pluginData;
74
let filePath = fullPath;
75
76
if (fs.existsSync(filePath) && fs.lstatSync(filePath).isDirectory()) {
0 commit comments