Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@peterbe
Created September 21, 2020 14:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save peterbe/73cda4bf977b1641a8b5e3d622117ecc to your computer and use it in GitHub Desktop.
Save peterbe/73cda4bf977b1641a8b5e3d622117ecc to your computer and use it in GitHub Desktop.
diff --git a/preact.config.js b/preact.config.js
index c8eeeec..c3ba21c 100644
--- a/preact.config.js
+++ b/preact.config.js
@@ -25,11 +25,11 @@ export default {
},
});
- // Use any `index` file, not just index.js
- config.resolve.alias["preact-cli-entrypoint"] = resolve(
- process.cwd(),
- "src",
- "index"
- );
+ // // Use any `index` file, not just index.js
+ // config.resolve.alias["preact-cli-entrypoint"] = resolve(
+ // process.cwd(),
+ // "src",
+ // "index"
+ // );
},
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment