Skip to content

Commit

Permalink
chore: remove console.log and update lint config
Browse files Browse the repository at this point in the history
  • Loading branch information
rturnq committed Jan 16, 2025
1 parent 80e8860 commit 08c1383
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions eslint.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ export default tseslint.config(
"**/.app",
"**/.cache",
"**/.marko-run",
"**/.netlify",
"**/__snapshots__",
"**/*.marko.js",
"**/*actual*",
Expand Down
1 change: 0 additions & 1 deletion packages/run/src/vite/plugin.ts
Original file line number Diff line number Diff line change
Expand Up @@ -575,7 +575,6 @@ export default function markoRun(opts: Options = {}): Plugin[] {
},
async resolveId(importee, importer) {
if (importee === "@marko/run/router") {
console.log("plugin resolveId router");
return path.resolve(root, ROUTER_FILENAME);
} else if (
importee.endsWith(".marko") &&
Expand Down

0 comments on commit 08c1383

Please sign in to comment.