-
Notifications
You must be signed in to change notification settings - Fork 18
.min.js instead of .es5.js #89
New issue
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
Comments
Can you post your compiler json file? |
[ When I first compile the js file it's like the following [ Below is the .defaults file |
I’ll take a look at this tomorrow, I’ve never used any of the es5 or es6 functionality. As a workaround, you could try disabling minification in the compiler config and use the BundlerMinifier VSIX to minify the files. |
Installed product versions
Description
When I compile .js files, they automatically compile to a .es5.js and .es5.js.gz file. Is there a setting to make them compile automatically to a .min.js and .min.js.gz file? Right now I have to compile it as .es5.js and then change the compiilerconfig.json file to have .min instead of .es5.
The text was updated successfully, but these errors were encountered: