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
see text.js: https://github.com/requirejs/text/blob/b57d66a8aa705c4dcd4959ced3be2cbda7e76183/text.js#L255
var file = fs.readFileSync(url, 'utf8'); //Remove BOM (Byte Mark Order) from utf8 files if it is there. if (file[0] === '\uFEFF') { file = file.substring(1);
The text was updated successfully, but these errors were encountered:
probably https://github.com/dawsontoth/requirejs-tpl doesn't have the issue, cause it depends on official text! plugin which has the issue fixed
text!
Sorry, something went wrong.
No branches or pull requests
see text.js: https://github.com/requirejs/text/blob/b57d66a8aa705c4dcd4959ced3be2cbda7e76183/text.js#L255
The text was updated successfully, but these errors were encountered: