[Doppins] Upgrade dependency file-loader to ^4.0.0 #41
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.
Hi!
A new version was just released of
file-loader
, so Doppinshas upgraded your project's dependency ranges.
Make sure that it doesn't break anything, and happy merging!
Upgraded file-loader from
^2.0.0
to^3.0.0
Changelog:
Version 3.0.0
3.0.0 (
https://github.com/webpack-contrib/file-loader/compare/v2.0.0...v3.0.0
) (2018-12-20)Code Refactoring
#303
](https://github.com/webpack-contrib/file-loader/issues/303
)) ([203a4ee (https://github.com/webpack-contrib/file-loader/commit/203a4ee
))options
schemaFeatures
resourcePath
is now available inoutputPath
andpublicPath
(#304
](https://github.com/webpack-contrib/file-loader/issues/304
)) ([0d66e64 (https://github.com/webpack-contrib/file-loader/commit/0d66e64
))context
is now available inoutputPath
andpublicPath
(#305
](https://github.com/webpack-contrib/file-loader/issues/305
)) ([d5eb823 (https://github.com/webpack-contrib/file-loader/commit/d5eb823
))BREAKING CHANGES
useRelativePath
option. It is dangerously and break url when you use multiple entry points.