-
Notifications
You must be signed in to change notification settings - Fork 0
Comparing changes
Open a pull request
base: v0.2.2
head repository: bootstarted/css-js-loader
compare: master
- 18 commits
- 10 files changed
- 3 contributors
Commits on Sep 3, 2016
-
Merge pull request #5 from nealgranger/bump-version
Bump version to v0.2.2.
Configuration menu - View commit details
-
Copy full SHA for 114df67 - Browse repository at this point
Copy the full SHA 114df67View commit details
Commits on Jan 13, 2017
-
Update for compatibility with react 15.4.x.
Neal Granger committedJan 13, 2017 Configuration menu - View commit details
-
Copy full SHA for 6dcd0b2 - Browse repository at this point
Copy the full SHA 6dcd0b2View commit details -
Merge pull request #8 from nealgranger/update-react-dependency
Update for compatibility with react 15.4.x.
Configuration menu - View commit details
-
Copy full SHA for af77439 - Browse repository at this point
Copy the full SHA af77439View commit details -
Neal Granger committed
Jan 13, 2017 Configuration menu - View commit details
-
Copy full SHA for b16e211 - Browse repository at this point
Copy the full SHA b16e211View commit details -
Merge pull request #9 from nealgranger/bump-version
Bump version to v0.3.0.
Configuration menu - View commit details
-
Copy full SHA for d4d115f - Browse repository at this point
Copy the full SHA d4d115fView commit details
Commits on Feb 25, 2017
-
Neal Granger committed
Feb 25, 2017 Configuration menu - View commit details
-
Copy full SHA for 59a3460 - Browse repository at this point
Copy the full SHA 59a3460View commit details -
There are plenty of lint violations with `eslint-config-metalab` but instead of fixing them immediately it is better to wait until there is proper test coverage to minimize the change of things breaking.
Neal Granger committedFeb 25, 2017 Configuration menu - View commit details
-
Copy full SHA for 5526781 - Browse repository at this point
Copy the full SHA 5526781View commit details -
Configuration menu - View commit details
-
Copy full SHA for 13e13af - Browse repository at this point
Copy the full SHA 13e13afView commit details
Commits on May 20, 2017
-
Add server-side CSS module hook.
If you're using this loader on the server-side without doing webpack server side transforms you can use this hook to rewrite a module's exports to its equivalent CSS identifier. Because of how webpack works you will need to provide the context and local identifier name that was used to build the client-side CSS (typically `process.cwd()` is enough for the context). Example usage: ```javascript var css = require('css-js-loader/register'); css(process.cwd(), '[hash:base64]'); ``` Note that I particularly don't condone this kind of thing (especially mucking about hooking node internals), but not all environments support server-side webpack either due to political or technical reasons so this will at least allow those users to play with this package.
Configuration menu - View commit details
-
Copy full SHA for eeb72f7 - Browse repository at this point
Copy the full SHA eeb72f7View commit details
Commits on May 23, 2017
-
Merge pull request #14 from metalabdesign/server-side-hook
Add server-side CSS module hook.
Configuration menu - View commit details
-
Copy full SHA for 7b50cc5 - Browse repository at this point
Copy the full SHA 7b50cc5View commit details -
Configuration menu - View commit details
-
Copy full SHA for f41875a - Browse repository at this point
Copy the full SHA f41875aView commit details -
Merge pull request #15 from metalabdesign/bump-version
Bump version to v0.4.0.
Configuration menu - View commit details
-
Copy full SHA for e0f13fd - Browse repository at this point
Copy the full SHA e0f13fdView commit details
Commits on Oct 20, 2017
-
Support new webpack features and internalize CSS functions.
Support for `value-loader` has been added by checking to see if the source is an object instead of a string – this allows for a bunch of nice things (caching, support for `modules: false` in babel, nested dependency resolution, etc.) because `value-loader` spawns a child compiler that runs the full webpack process. We also update several packages here (lint, etc.) because why not. The internal react functions have been moved into the repo to remove the react dependency. This means you won't pull two versions of react into your project and get weird peer dependency warnings.
Configuration menu - View commit details
-
Copy full SHA for 399e3cf - Browse repository at this point
Copy the full SHA 399e3cfView commit details
Commits on Nov 5, 2017
-
Merge pull request #17 from metalabdesign/updates
Support new webpack features and internalize CSS functions.
Configuration menu - View commit details
-
Copy full SHA for 90a4aed - Browse repository at this point
Copy the full SHA 90a4aedView commit details -
Configuration menu - View commit details
-
Copy full SHA for bc40800 - Browse repository at this point
Copy the full SHA bc40800View commit details -
Merge pull request #18 from metalabdesign/fix-repo-ref
Fix reference to wrong repository for `loader-utils`.
Configuration menu - View commit details
-
Copy full SHA for 890be72 - Browse repository at this point
Copy the full SHA 890be72View commit details -
Configuration menu - View commit details
-
Copy full SHA for eb633aa - Browse repository at this point
Copy the full SHA eb633aaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 861f4ac - Browse repository at this point
Copy the full SHA 861f4acView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v0.2.2...master