create-chrome-ext
create-chrome-ext copied to clipboard
🍺 Scaffolding your Chrome extension! Boilerplates: react \ vue \ svelte \ solid \ preact \ alpine \ lit \ stencil \ inferno \ vanilla
When I try to create a new app from either the `vue-ts` or `react-ts` template using `yarn v1.22` on MacOS, I get the following error: As specified in the README...
Title: boilerplate of lit can not run Env: node: v14.19.0 npm: 6.14.16 os: darwin (macOS Version:12.4) Error: popup page can't be rendered, (crx mode) options page can't be rendered, (crx...
How I can force the build process to include popup.html or newtab.html page or any other html page my extension need? When I comment the `default_action` the popup page will...
Title: boilerplate of alpine can not run Env: node: v14.19.0 npm: 6.14.16 os: darwin (macOS Version:12.4) Error: popup page can't be rendered, (crx mode) options page can't be rendered, (crx...
I know this is not an issue but was someone able to add tailwindcss for react? if yes how? Thanks!!
So I faced this problem running `npm run zip`. I added `build/**` to fix this, not sure how it worked earlier. ```js gulp .src('build/**') .pipe(zip(`${manifest.name.replaceAll(' ', '-')}-${manifest.version}.zip`)) .pipe(gulp.dest('package')) ``` [Some...
Everything is fine during the dev mode, but after run `yarn build` and reload the extension, the dev console shows the error: I can find jquery.js in the Sources tab,...
When starting a project, in the list of suggest next steps we've got: > 5. Click the Load unpacked extension button. > 6. Select the build/ directory that was created....
Uncaught (in promise) SyntaxError: Failed to construct 'WebSocket': The URL 'ws://localhost:undefined/' is invalid.
Third-party cookie will be blocked. Learn more in the Issues tab.