Skip to content
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

Upgrade and Update #3439

Closed
wants to merge 1 commit into from
Closed

Upgrade and Update #3439

wants to merge 1 commit into from

Conversation

themadcreator
Copy link
Contributor

Upgrade to typescript 2.3.4
Switch to es2015 module export
Upgrade jquery to 3.0.0 for security purposes

Upgrade jquery to 3.0.0 for security purposes
Switch to es2015 module export
@@ -3,12 +3,15 @@
"declaration": true,
"forceConsistentCasingInFileNames": true,
"importHelpers": true,
"module": "commonjs",
"module": "es2015",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this is a breaking change. although webpack 3 can handle es2015 modules fine, users may be using other tools that can't. if you want to make this change, it needs to be additive. blueprint publishes both commonjs and es2015 modules in the same NPM package.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Okay, we don't need to do this for the jquery removal anyway, so I'm going to separate these steps.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants