Skip to content

Commit

Permalink
chore: comment
Browse files Browse the repository at this point in the history
  • Loading branch information
hi-ogawa committed Mar 29, 2024
1 parent 32a906e commit 4bdf2ab
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -60,9 +60,6 @@ export function vitePluginEnvironmentOptimizeDeps({
metadata = JSON.parse(await fs.promises.readFile(metadataFile, "utf-8"));
},
resolveId(source, _importer, _options) {
// [feedback] no environment during build?
debug("[this.environment?.name]", [this.environment?.name]);

if (this.environment?.name === name) {
const entry = metadata.optimized[source];
debug("[resolveId]", { source, entry });
Expand Down

0 comments on commit 4bdf2ab

Please sign in to comment.