-
Notifications
You must be signed in to change notification settings - Fork 4
Version 2.0.0 #189
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
Merged
Merged
Version 2.0.0 #189
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Update dependency terser-webpack-plugin to v2
Update dependency raw-loader to v4
Update dependency file-loader to v5
Update dependency less to v3.10.3
Pin dependency @types/node to 10.14.4
Update dependency sass-loader to v7.3.1
Update dependency ajv to v6.11.0
Update dependency css-loader to v3
Update dependency clean-webpack-plugin to v3
Update dependency typescript to v3.7.5
Update dependency webpack-cli to v3.3.10
Update dependency ts-loader to v5.4.5
Update dependency @types/node to v10.17.13
rebase! Update dependency less-loader to v5
Update dependency sass-loader to v8
Update dependency webpack to v4.41.5
Update dependency tslint to v5.20.1
Update dependency copy-webpack-plugin to v5.1.1
Update dependency ts-loader to v6
rebase! Update dependency style-loader to v1
BREAKING_CHANGE: update all packages feat: add ts loader to sanitize html imports feat: copy typings file to node_modules/@types
Update dependency url-loader to v3
Update dependency @types/webpack to v4.41.3
Pin dependency copyfiles to 2.2.0
thomashaenig
approved these changes
Jan 22, 2020
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Update to version 2.0.0
HTML Imports
before
after
There is no change in code required since we added a custom loader which sanitize the old imports and rewrites them to the new imports. If you want to use the new imports there is a typings file required, we copy this file from q2g-build into node_modules/@types/q2gb. If this is not working create your own with following content.