-
-
Notifications
You must be signed in to change notification settings - Fork 188
Comparing changes
Open a pull request
base repository: webpack/loader-utils
base: a5602addda0c5e98e70d067b8dd050d5e4153f1d
head repository: webpack/loader-utils
compare: 7162619fb982c394ed75098a0a0ed7e7f3177c70
Commits on Mar 16, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 07aea65 - Browse repository at this point
Copy the full SHA 07aea65View commit details
Commits on Mar 21, 2017
-
Replace clone-deep with clone since clone-deep does not copy properties from the prototype chain. This can be a problem with plugin instances, see webpack-contrib/less-loader#181 (comment)
Configuration menu - View commit details
-
Copy full SHA for 52fbc35 - Browse repository at this point
Copy the full SHA 52fbc35View commit details
Commits on Mar 24, 2017
-
fix: Empty urls are not rewritten to relative requests
Prior to this commit, `urlToRequest` rewrote an empty URL `''` to `'./'` which is correct from a theoretical point of view since CSS files do not distinguish between relative paths starting with ./ or not (like CommonJS does). However, an empty URL is most likely an error which webpack should warn about. If we rewrite the empty string to ./, webpack won't warn against this anymore because requiring ./ is valid. Related discussion: #80
Configuration menu - View commit details
-
Copy full SHA for 0f6cb90 - Browse repository at this point
Copy the full SHA 0f6cb90View commit details -
fix: Do not rewrite actual URLs that start with http://, https:// or …
…just // Prior to this commit, an actual URL starting with a protocol like`https://` would have been rewritten to `./https://` which is clearly undesired. Although webpack can't resolve remote module requests anyway (those starting with http:// and such) and thus will throw an error, it is still correct to leave these kind of URLs untouched by the loader-utils. Related discussion: #79
Configuration menu - View commit details
-
Copy full SHA for fface50 - Browse repository at this point
Copy the full SHA fface50View commit details
Commits on Jun 27, 2017
-
Have a violent reaction when out of emoji
Failing explicitly is better than silently starting to return empty strings.
Configuration menu - View commit details
-
Copy full SHA for 298ecfe - Browse repository at this point
Copy the full SHA 298ecfeView commit details
Commits on Jun 28, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 4ac2bab - Browse repository at this point
Copy the full SHA 4ac2babView commit details
Commits on Jun 30, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 22b6213 - Browse repository at this point
Copy the full SHA 22b6213View commit details
Commits on Jul 10, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 3027175 - Browse repository at this point
Copy the full SHA 3027175View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0ad430a - Browse repository at this point
Copy the full SHA 0ad430aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3cd3889 - Browse repository at this point
Copy the full SHA 3cd3889View commit details
Commits on Aug 30, 2017
-
Fix demonstrated usage of Object.assign in README
What the current README suggests would override provided options with the default options: ```js Object.assign({}, {option: "provided"}, {option: "someDefault"}) // => {option: "someDefault"} ``` I imagine this is the opposite of what was intended. BTW, thanks for Webpack! I love it.
Configuration menu - View commit details
-
Copy full SHA for c12aa6f - Browse repository at this point
Copy the full SHA c12aa6fView commit details
Commits on Sep 22, 2017
-
Fix URLs for web extension protocols for edge and firefox wrongly det…
…ected as requests
Guillaume Flandre committedSep 22, 2017 Configuration menu - View commit details
-
Copy full SHA for d8a9bdc - Browse repository at this point
Copy the full SHA d8a9bdcView commit details
Commits on Sep 28, 2017
-
Configuration menu - View commit details
-
Copy full SHA for eb641cc - Browse repository at this point
Copy the full SHA eb641ccView commit details
Commits on Oct 20, 2017
-
Merge pull request #91 from asmundg/explode-when-out-of-emoji
Have a violent reaction when out of emoji
Configuration menu - View commit details
-
Copy full SHA for 8b7834a - Browse repository at this point
Copy the full SHA 8b7834aView commit details -
Merge pull request #100 from embrace-io/master
Parse string for emoji count before use.
Configuration menu - View commit details
-
Copy full SHA for a18d1a4 - Browse repository at this point
Copy the full SHA a18d1a4View commit details -
Merge pull request #98 from gflandre/fix-web-extensions-protocols
Fix URLs for web extension protocols for edge and firefox wrongly detected as requests
Configuration menu - View commit details
-
Copy full SHA for 5f11a9f - Browse repository at this point
Copy the full SHA 5f11a9fView commit details -
Merge pull request #96 from zacharyvoase/patch-1
Fix demonstrated usage of Object.assign in README
Configuration menu - View commit details
-
Copy full SHA for 5854d87 - Browse repository at this point
Copy the full SHA 5854d87View commit details -
Merge pull request #94 from rsms/fix-hash-regex
Fixes "[hash]" token regex in interpolateString to capture any hash algorithm name
Configuration menu - View commit details
-
Copy full SHA for 67499ff - Browse repository at this point
Copy the full SHA 67499ffView commit details
Commits on Dec 21, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 083187a - Browse repository at this point
Copy the full SHA 083187aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 822f518 - Browse repository at this point
Copy the full SHA 822f518View commit details -
Configuration menu - View commit details
-
Copy full SHA for dd9326b - Browse repository at this point
Copy the full SHA dd9326bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 47e2e02 - Browse repository at this point
Copy the full SHA 47e2e02View commit details -
Configuration menu - View commit details
-
Copy full SHA for ac05880 - Browse repository at this point
Copy the full SHA ac05880View commit details -
Configuration menu - View commit details
-
Copy full SHA for ad3c359 - Browse repository at this point
Copy the full SHA ad3c359View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7485ded - Browse repository at this point
Copy the full SHA 7485dedView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6fb379f - Browse repository at this point
Copy the full SHA 6fb379fView commit details
Commits on Dec 24, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 6982934 - Browse repository at this point
Copy the full SHA 6982934View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3b6b8ff - Browse repository at this point
Copy the full SHA 3b6b8ffView commit details -
Configuration menu - View commit details
-
Copy full SHA for ad3a6b2 - Browse repository at this point
Copy the full SHA ad3a6b2View commit details -
Configuration menu - View commit details
-
Copy full SHA for db92b11 - Browse repository at this point
Copy the full SHA db92b11View commit details -
Configuration menu - View commit details
-
Copy full SHA for 914c09f - Browse repository at this point
Copy the full SHA 914c09fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0f2b227 - Browse repository at this point
Copy the full SHA 0f2b227View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3a854ba - Browse repository at this point
Copy the full SHA 3a854baView commit details -
Configuration menu - View commit details
-
Copy full SHA for c17d9cd - Browse repository at this point
Copy the full SHA c17d9cdView commit details -
Configuration menu - View commit details
-
Copy full SHA for c5c7322 - Browse repository at this point
Copy the full SHA c5c7322View commit details -
Configuration menu - View commit details
-
Copy full SHA for ba4f0d0 - Browse repository at this point
Copy the full SHA ba4f0d0View commit details
Commits on Dec 25, 2018
-
Configuration menu - View commit details
-
Copy full SHA for aca43da - Browse repository at this point
Copy the full SHA aca43daView commit details -
You need run `isUrlRequest` before run `urlToRequest`.
Configuration menu - View commit details
-
Copy full SHA for 73d350a - Browse repository at this point
Copy the full SHA 73d350aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 489ef12 - Browse repository at this point
Copy the full SHA 489ef12View commit details
Commits on Dec 27, 2018
-
Configuration menu - View commit details
-
Copy full SHA for f8a71f4 - Browse repository at this point
Copy the full SHA f8a71f4View commit details -
Configuration menu - View commit details
-
Copy full SHA for d69c303 - Browse repository at this point
Copy the full SHA d69c303View commit details -
Configuration menu - View commit details
-
Copy full SHA for 809b690 - Browse repository at this point
Copy the full SHA 809b690View commit details -
fix(interpolateName): don't interpolated
hashType
withouthash
or…… `contenthash` (#140)
Configuration menu - View commit details
-
Copy full SHA for 3528fd9 - Browse repository at this point
Copy the full SHA 3528fd9View commit details -
Configuration menu - View commit details
-
Copy full SHA for b91a76c - Browse repository at this point
Copy the full SHA b91a76cView commit details
Commits on Mar 11, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 7970c48 - Browse repository at this point
Copy the full SHA 7970c48View commit details
Commits on Apr 24, 2019
-
Configuration menu - View commit details
-
Copy full SHA for b5b74f0 - Browse repository at this point
Copy the full SHA b5b74f0View commit details
Commits on Feb 19, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 909c99d - Browse repository at this point
Copy the full SHA 909c99dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 469eeba - Browse repository at this point
Copy the full SHA 469eebaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 06d36cf - Browse repository at this point
Copy the full SHA 06d36cfView commit details -
1
Configuration menu - View commit details
-
Copy full SHA for cd0e428 - Browse repository at this point
Copy the full SHA cd0e428View commit details
There are no files selected for viewing
This file was deleted.