Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

no error message for faulty imports in index.js of content script #133

Open
javaspeak opened this issue Aug 29, 2022 · 3 comments
Open

no error message for faulty imports in index.js of content script #133

javaspeak opened this issue Aug 29, 2022 · 3 comments

Comments

@javaspeak
Copy link

javaspeak commented Aug 29, 2022

If I add code like:

  import * as Z from 'messeddup';

on the top of:

 src/pages/Content/index.js

and run:

npm run build

the build directory is not created and there is no error message. Seems like error message are swallowed.

Note messeddup is not a real module - it is not in package.json or in node_modules

@smith1302
Copy link

Anyone figure out how to output error messages for situations like this?

@sarangak
Copy link

sarangak commented Feb 7, 2023

I am having the same issue. No error message and no output from npm run build.

npm run start provides detailed error messages however.

@hadnet
Copy link

hadnet commented Feb 8, 2023

Same here! Can you help us, @lxieyang ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants