This repository has been archived by the owner on Dec 6, 2021. It is now read-only.
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.
This Pull Request updates dependency ts-loader from
^2.0.3
to^3.0.2
Commits
TypeStrong/ts-loader
3.2.0
e5b2f51
Prepare 3.2.0 releaseba72dfc
Merge pull request #681 from christiantinauer/masterc95bdfe
Merge pull request #673 from trodrigues/masterf37e438
Update browserMocks.js2d09770
Add description of option "contextAsConfigBasePath" to README.02fe053
Fixed comparison test "validateLoaderOptionNames".4c713e0
Add execution-test for option "contextAsConfigBasePath".ebd2bb5
Add new loader option "contextAsConfigBasePath", which when set to true, parses to tsconfig file with respect to webpack context path (https://webpack.js.org/configuration/entry-context/#context) instead of the location of the config file. So all relative paths in config file are treated relative to webpack context This makes configurations possible, where the tsconfig file is located in a npm package or elsewhere in the project structure.88809f9
Update README with explanation5a32a07
Update example to actually include some typed code013bac9
Merge pull request #678 from johnnyreilly/master0951587
regenerate output for 2.6 and add 2.6 to test matrix512c9e6
create ts 2.6 comparison-test results4d4b8aa
upgraded to building with ts 2.6e4cbeb8
Merge pull request #676 from gsteacy/masterff019fe
Fix default logLevel in README3.1.1
8a5de24
prepare for 3.1.1 release59ca674
Update CHANGELOG.md5e1b477
Merge pull request #674 from Pajn/fix-667e78c31b
Merge pull request #675 from FLGMwt/patch-15e434e2
typo: s/will generated/will generate3.1.0
605727d
Prepare for 3.1.0 releasebc926d0
Fix none-node_module imports of built ts filesd8d3511
minor change to trigger buildd946cb6
Update CHANGELOG.md32fa70c
Merge pull request #671 from maier49/compile-bundled-files-and-typing-files705741e
Resolve PR feedback0f31ae8
Add babel/react/allowjs example73af60c
Fix indentation4ad8846
Add option to compile bundled files and .d.ts files onlycc1c037
Merge pull request #670 from ORESoftware/patch-19136ec4
demonstrated usability with watchers such as webpack -w3fcb7e9
Merge pull request #669 from johnnyreilly/mastere50d5cd
Fix chalk 2.3 incompatibilityd3cb684
Fix HMR examples433c7d8
rename hot to core-jsc19c945
simplify hote620352
updated deps300da75
Add react-hot-boilerplate based on @gaearon's example6d424f8
improve hot example814e940
Create issue_template.md3.0.5
dd9e83d
Fix chalk version to 2.23.0.4
bb0b09d
Prepare for 3.0.4 release2e2f29a
Add hot examplecb33f9d
Merge pull request #662 from johnnyreilly/masterf7e500c
Upgrade examples to ts-loader 3 and webpack 3 (and react 16 where applicable)8972715
removed webpack 1 example93dd166
Made happypack a dependency of the test rather than ts-loadera2b9cc3
Added licenses to package.jsons239bf5a
upgrade chalk and webpack8bad811
ignore debug.log filesac273ea
delete debug.logea39a87
Removed typings usage107fb8f
instance still seems to be flakye0c56aa
fx-extra upgradea5aa51b
fix tsconfigInvalidFileef1f8d6
Fix instance test6048474
Fix html-webpack-plugin testa694c83
Fix declarationWatch test3b377d7
upgrade mocha89ab6ee
doc tweaks3.0.3
81d02db
Merge pull request #658 from johnnyreilly/master2aaba6e
Deprecate entryFileCannotBeJs173bd4c
Change getCurrentDirectory behaviour for TypeScript 2.3 and belowa91a8b4
make nodeResolutionAllowJs run in 2.4+ onlya2b613a
try strategy approach splitting 2.4 and above and 2.3 and below behavioure576c92
check old strategy behaviourcb303f5
drop resolveTypeReferenceDirectives for a moment9f4cc4f
Add back support for TypeScript < 2.4f832bb6
Fix allowJs import @types issuea504b11
added nodeResolutionAllowJs test (will fail initially)b182a65
republish as 3.0.23.0.2
3.0.1
3.0.0
4348025
Tweak docsb70d5af
update docsb0fb7ba
Merge pull request #643 from johnnyreilly/master50aa9a5
update to v38c7276d
added colors test283f650
Upgrade to webpack 3dbb72a5
Add contributors to package.json57d6b8d
remove extraneousyarn run
s48b40d3
replaced entryFileIsJs option with entryFileCannotBeJs9a3632e
From install to add for yarn on CIce22a87
Migrate to yarn902b267
make tests tolerant to \r\n situations in bundle.js5fa78d5
Fix path issue76569a9
regenerate20286cd
Fix tsconfignotreadable test6377b51
regenerate most differencesea3a97f
drop pretest build - screws up CI53f96aa
Implement custom errorFormatter and colors functionality33b3c78
Fix nolib test435a25d
Drop support for TypeScript 1.x72e1b06
Fix tsc has "module" default to "es2015" when targetting es2015+, but ts-loader does notd95b0d4
remove unused importa89212d
Add vanilla-jsts example (#642)43ebb6b
drop configFileName support (replaced by configFile)This PR has been generated by Renovate Bot.