great boilerplate. one question about the building process #22
devhandler
started this conversation in
General
Replies: 1 comment 2 replies
-
also, iiuc, content script doesn't allow import directly except dynamic import function. why import in your content script works?
|
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
once we finish manifest.json, content.js, background.js, etc, does npm run dev or npm run build actually build/bundle the original scripts we write to /dist? or does it simply copy paste the original source code files to /dist without any bundling/building? i heard vite/rollup didn't support multi entry parallel building, so was wondering how the output prod files are linked to the source files. the vite.config.js file doesn't tell much.
Beta Was this translation helpful? Give feedback.
All reactions