We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
fails silently
Upon inspecting, the promise fails when the crx dependency cant resolve the manifest.json within the build folder, even though the file exists.
The text was updated successfully, but these errors were encountered:
I had the same error when i tried to load the root into chrome, when i should have just done the dev folder.
Sorry, something went wrong.
I installed path and changed the crx.load call in compress.js to this: crx.load(path.join(__dirname, '../build'))
crx.load(path.join(__dirname, '../build'))
Also added some console logs and try/catches to see what is the script is actually doing.
Hope it helps!
No branches or pull requests
Upon inspecting, the promise fails when the crx dependency cant resolve the manifest.json within the build folder, even though the file exists.
The text was updated successfully, but these errors were encountered: