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
how to enable strict mode properly? should I add it manually? I found that it sometimes fail. let E = Objectg.assign; 'use strict';
let E = Objectg.assign; 'use strict';
The text was updated successfully, but these errors were encountered:
use strict go to the next line, and the mode fails. the first line is add by esbuild
Sorry, something went wrong.
Are you trying to use esbuild in --bundle mode? Or are you just using esbuild for minifying?
--bundle
my file is not a moule, i can't open bunlde. just minify.
ef30f26
No branches or pull requests
how to enable strict mode properly? should I add it manually? I found that it sometimes fail.
let E = Objectg.assign; 'use strict';
The text was updated successfully, but these errors were encountered: