You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 14, 2026. It is now read-only.
If I run pnpm dev on a fresh install, I see these two warnings:
(node:22422) ExperimentalWarning: Import assertions are not a stable feature of the JavaScript language. Avoid relying on their current behavior and syntax as those might change in a future version of Node.js.
(Use `node --trace-warnings ...` to show where the warning was created)
Manifest file copy complete: /home/adam/git/chrome-extension-boilerplate-react-vite/dist/manifest.json
built in 1260ms.
(node:22422) ExperimentalWarning: Importing JSON modules is an experimental feature and might change at any time
I believe these are caused by the following import:
Describe the bug
If I run
pnpm devon a fresh install, I see these two warnings:I believe these are caused by the following import:
chrome-extension-boilerplate-react-vite/manifest.js
Line 1 in 6b61cd1
To Reproduce
Steps to reproduce the behavior:
git clone https://github.com/Jonghakseo/chrome-extension-boilerplate-react-vite.gitcd chrome-extension-boilerplate-react-vitepnpm ipnpm devExpected behavior
It should start up with a clean output with no warnings.