-
-
Notifications
You must be signed in to change notification settings - Fork 608
Comparing changes
Open a pull request
base repository: webpack-contrib/css-loader
base: 9497d74d35a72e22d056b711fdfc7f3166482b36
head repository: webpack-contrib/css-loader
compare: 634ab49c17b284e55e62105109412ebd37e234b5
Commits on Nov 17, 2016
-
Configuration menu - View commit details
-
Copy full SHA for 9df4467 - Browse repository at this point
Copy the full SHA 9df4467View commit details
Commits on Nov 18, 2016
-
Configuration menu - View commit details
-
Copy full SHA for 564f521 - Browse repository at this point
Copy the full SHA 564f521View commit details -
* expose getLocalIdent * add test & docs
Configuration menu - View commit details
-
Copy full SHA for 46ebca3 - Browse repository at this point
Copy the full SHA 46ebca3View commit details
Commits on Nov 25, 2016
-
Configuration menu - View commit details
-
Copy full SHA for 85a2156 - Browse repository at this point
Copy the full SHA 85a2156View commit details
Commits on Dec 2, 2016
-
Configuration menu - View commit details
-
Copy full SHA for 5b856b2 - Browse repository at this point
Copy the full SHA 5b856b2View commit details
Commits on Dec 7, 2016
-
Configuration menu - View commit details
-
Copy full SHA for a38e254 - Browse repository at this point
Copy the full SHA a38e254View commit details -
Configuration menu - View commit details
-
Copy full SHA for 851a22b - Browse repository at this point
Copy the full SHA 851a22bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5735e5d - Browse repository at this point
Copy the full SHA 5735e5dView commit details
Commits on Dec 8, 2016
-
Configuration menu - View commit details
-
Copy full SHA for 08e9d47 - Browse repository at this point
Copy the full SHA 08e9d47View commit details
Commits on Jan 11, 2017
-
Merge pull request #380 from michael-ciniawsky/readme
docs(README): refactor for webpack v2
Configuration menu - View commit details
-
Copy full SHA for 9508990 - Browse repository at this point
Copy the full SHA 9508990View commit details
Commits on Jan 21, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 4bd7130 - Browse repository at this point
Copy the full SHA 4bd7130View commit details -
Merge pull request #407 from christianvuerings/readme-minimize
README - fix default for minimize
Configuration menu - View commit details
-
Copy full SHA for e54549e - Browse repository at this point
Copy the full SHA e54549eView commit details -
ci(Travis): updates Travis validations
- Validate against current node versions - Test against both Webpack 1.4.x & 2.2.x - Remove deprecated .eslintrc - .eslint.yml generated from current code ( no changes ) - add yarn lock file set to binary in git - ignores console for eslint in test helpers
Configuration menu - View commit details
-
Copy full SHA for 2fd0c78 - Browse repository at this point
Copy the full SHA 2fd0c78View commit details -
Merge pull request #408 from d3viant0ne/d3viant0ne-TravisValidations
ci(Travis): updates Travis validations
Configuration menu - View commit details
-
Copy full SHA for 793390a - Browse repository at this point
Copy the full SHA 793390aView commit details
Commits on Jan 23, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 199897f - Browse repository at this point
Copy the full SHA 199897fView commit details
Commits on Feb 21, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 7c45e94 - Browse repository at this point
Copy the full SHA 7c45e94View commit details
Commits on Feb 24, 2017
-
Configuration menu - View commit details
-
Copy full SHA for f8cdaca - Browse repository at this point
Copy the full SHA f8cdacaView commit details -
Merge pull request #428 from helloyou2012/master
fix deprecation warning (loader-utils)
Configuration menu - View commit details
-
Copy full SHA for 7732614 - Browse repository at this point
Copy the full SHA 7732614View commit details -
Configuration menu - View commit details
-
Copy full SHA for d7317ca - Browse repository at this point
Copy the full SHA d7317caView commit details
Commits on Mar 9, 2017
-
Configuration menu - View commit details
-
Copy full SHA for c769ac3 - Browse repository at this point
Copy the full SHA c769ac3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3362b10 - Browse repository at this point
Copy the full SHA 3362b10View commit details -
Configuration menu - View commit details
-
Copy full SHA for d4ac0e0 - Browse repository at this point
Copy the full SHA d4ac0e0View commit details -
Configuration menu - View commit details
-
Copy full SHA for a2b85d7 - Browse repository at this point
Copy the full SHA a2b85d7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 24aac10 - Browse repository at this point
Copy the full SHA 24aac10View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2303df4 - Browse repository at this point
Copy the full SHA 2303df4View commit details -
Configuration menu - View commit details
-
Copy full SHA for d7308bc - Browse repository at this point
Copy the full SHA d7308bcView commit details -
fix:
minimizeOptions
should bequery.minimize
!It's a mistake according to the doc. Init `minimizeOptions` should be `query.minimize` rather than just query. https://github.com/webpack/css-loader#minification
Configuration menu - View commit details
-
Copy full SHA for 16c0858 - Browse repository at this point
Copy the full SHA 16c0858View commit details -
Configuration menu - View commit details
-
Copy full SHA for ac7ab1f - Browse repository at this point
Copy the full SHA ac7ab1fView commit details -
feat: Include the sourceMappingURL & sourceURL when toString()
This feature is useful when you need to pass the result of css-loader to angular: call to require('to-string-loader!css-loader? sourceMap!sass-loader?sourceMap!./ test.scss') will include source mapping, And finally assigned to the component's styles metadata
Configuration menu - View commit details
-
Copy full SHA for 6da7e90 - Browse repository at this point
Copy the full SHA 6da7e90View commit details
Commits on Mar 10, 2017
-
chore(release): add standard-version & update travis build (#446)
* chore(release): add standard-version & scripts * docs(readme): update coverage badge * ci(travis): fix minimum nodejs version
Configuration menu - View commit details
-
Copy full SHA for 17faa31 - Browse repository at this point
Copy the full SHA 17faa31View commit details -
feat: allow removal of original class name (#445)
* feat: allow removal of original class name * add comment for 1.0.0 * docs: move table * docs: consistency
Configuration menu - View commit details
-
Copy full SHA for 3f78361 - Browse repository at this point
Copy the full SHA 3f78361View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9504ea5 - Browse repository at this point
Copy the full SHA 9504ea5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0eedd9f - Browse repository at this point
Copy the full SHA 0eedd9fView commit details -
fix: Can't resolve 'fs' when bundle with webpack #447
This is a webpack core level problem. Hackfixing for now. Closes #447.
Configuration menu - View commit details
-
Copy full SHA for 75c6bee - Browse repository at this point
Copy the full SHA 75c6beeView commit details -
Configuration menu - View commit details
-
Copy full SHA for d1d289e - Browse repository at this point
Copy the full SHA d1d289eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0252643 - Browse repository at this point
Copy the full SHA 0252643View commit details
Commits on Mar 12, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 27ca5a0 - Browse repository at this point
Copy the full SHA 27ca5a0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 408bf91 - Browse repository at this point
Copy the full SHA 408bf91View commit details -
Configuration menu - View commit details
-
Copy full SHA for ee7234b - Browse repository at this point
Copy the full SHA ee7234bView commit details
Commits on Mar 13, 2017
-
Remove extra source map file + write source maps only if they are ena…
…bled (#453) * chore: Eliminate convert-source-map The needed functionality has been extracted to a function. * fix: Write sourcemaps only if `sourceMap` is enabled
Configuration menu - View commit details
-
Copy full SHA for 4250129 - Browse repository at this point
Copy the full SHA 4250129View commit details -
Configuration menu - View commit details
-
Copy full SHA for 76ee8c2 - Browse repository at this point
Copy the full SHA 76ee8c2View commit details
Commits on Mar 15, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 04dabca - Browse repository at this point
Copy the full SHA 04dabcaView commit details
Commits on Mar 18, 2017
-
Configuration menu - View commit details
-
Copy full SHA for c8db489 - Browse repository at this point
Copy the full SHA c8db489View commit details
Commits on Mar 30, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 76eb7f6 - Browse repository at this point
Copy the full SHA 76eb7f6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2f562f8 - Browse repository at this point
Copy the full SHA 2f562f8View commit details
Commits on Mar 31, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 2ee7552 - Browse repository at this point
Copy the full SHA 2ee7552View commit details
Commits on Apr 17, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 534ea55 - Browse repository at this point
Copy the full SHA 534ea55View commit details
Commits on Apr 18, 2017
-
Configuration menu - View commit details
-
Copy full SHA for f99dd75 - Browse repository at this point
Copy the full SHA f99dd75View commit details -
Configuration menu - View commit details
-
Copy full SHA for bff9c7f - Browse repository at this point
Copy the full SHA bff9c7fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6ee2fc6 - Browse repository at this point
Copy the full SHA 6ee2fc6View commit details
There are no files selected for viewing
This file was deleted.
This file was deleted.
This file was deleted.
Large diffs are not rendered by default.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
Large diffs are not rendered by default.