You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Some part of the code generation side of this tool converts the character set from UTF-8 to us-ascii, resulting in errors like the following:
Running file -I dist/content.js returns:
dist/content.js: text/plain; charset=us-ascii
This has effectively stopped me in my tracks and ended my use of this tool — I'm not remotely pleased at having to re-scaffold my project right now.
To Reproduce
Steps to reproduce the behavior:
Scaffold
npm start
Load unpacked extension in Chrome; navigate to dist/
See error
Expected behavior
The in-dev extension loaded in Chrome
Desktop (please complete the following information):
OS: MacOS 12.6
Browser Chrome
Version 106.0.5249.119
Node.js 16.13.2
The text was updated successfully, but these errors were encountered:
Describe the bug
Some part of the code generation side of this tool converts the character set from UTF-8 to us-ascii, resulting in errors like the following:
Running
file -I dist/content.js
returns:This has effectively stopped me in my tracks and ended my use of this tool — I'm not remotely pleased at having to re-scaffold my project right now.
To Reproduce
Steps to reproduce the behavior:
npm start
dist/
Expected behavior
The in-dev extension loaded in Chrome
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: