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
Currently, you're copying files into the dist folder by hand
See: https://github.com/mieweb/herbie/blob/master/chrome_extension/dist/mie-simulijs.js When there is an npm for it: https://www.npmjs.com/package/mie-simulijs
Instead, we should be doing a build command similar to what prose/browser-extensions does (using gulp, but you dont have to use gulp):
https://github.com/prose/browser-extensions/
See package.json
The text was updated successfully, but these errors were encountered:
Hi #13 pull request has a package.json and ci/cd which would create a build file and also uploads that to webstore.
Sorry, something went wrong.
No branches or pull requests
Currently, you're copying files into the dist folder by hand
See: https://github.com/mieweb/herbie/blob/master/chrome_extension/dist/mie-simulijs.js
When there is an npm for it: https://www.npmjs.com/package/mie-simulijs
Instead, we should be doing a build command similar to what prose/browser-extensions does (using gulp, but you dont have to use gulp):
https://github.com/prose/browser-extensions/
See package.json
The text was updated successfully, but these errors were encountered: