-
Notifications
You must be signed in to change notification settings - Fork 39
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
Fix #18 #81
Fix #18 #81
Conversation
Forgot I need a changelog entry. Not sure the cadence for adding changes for a new version (will have a look at the commit history of the changelog). |
This is a breaking change as it will break all apps which use |
I admit I am fairly new to typescript. What would be the purpose of including the |
I also now realize i tagged this as fixing the wrong issue. It should be #18 . I will rebase to reword the commit and edit the PR title. My apologies. (too many tabs open) |
@jantimon I had a look at the commit history for the changelog and it really looks like the only changes to the master branch are releases. If this PR were to be accepted should I aim for this PR to be considered a point release? Or is the branch strategy to merge from PRs into a staged branch that gets merged into master as a release at a later time? |
TypeStrong/ts-loader#1277 removed the example used as the base for the configuration in ts-config-webpack-plugin. All of their current examples do not include Anyway I'm still struggling to see the validity of having definition files included in the webpack bundle. I'd really like to learn what the reason for this would be. |
PR Checklist
Please check if your PR fulfills the following requirements:
PR Type
What kind of change does this PR introduce?
What is the current behavior?
.d.ts
files are included in webpackIssue Number: #18
What is the new behavior?
.d.ts
files are not included in webpackDoes this PR introduce a breaking change?
Other information