[Q/A] How to exclude the sign.js file in the utils directory? #678
Unanswered
qsc19971022
asked this question in
Q&A
Replies: 1 comment 2 replies
-
Just ensure none of your code imported that file (including your dependency). You can use a debugger or console.trace in your sign.js to figure out where it comes from. |
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
-
What happened?
I am developing a browser extension using Plasmo. During the build process, I don't want to compile the sign.js file in the utils directory. How should I configure this?
Version
Latest
What OS are you seeing the problem on?
Windows
What browsers are you seeing the problem on?
No response
Relevant log output
No response
(OPTIONAL) Contribution
Code of Conduct
Beta Was this translation helpful? Give feedback.
All reactions