Skip to content

Update "Order undefined error" branch to [email protected] #1

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 43 commits into
base: order-undefined-error
Choose a base branch
from

Conversation

grrowl
Copy link

@grrowl grrowl commented Aug 31, 2016

This is a rebase of the order-undefined-branch against the latest master of the upstream repo.

It includes breaking changes (hence the alternate -2 branch name) but I think it's important for visibility to add a PR to this repo.

Stefen Alper and others added 30 commits May 12, 2016 17:51
advanded -> advanced
automatic -> automatically
Defer static method to bound instance.
Rebase typo fixes from @kiurchv.
Add environment variable to select cases and log generated configs.
Nix the `extract`  query parameter to `loader.js`. It appears either bugged or no longer used. As of f7d5bbf it only ever got set to `true` or `undefined` and checked `query !== false` which could only ever pass. I made the faulty assumption that `false` would execute the same path as `undefined` which broke tests.

@sokra PLEASE review this?
Wrap args in options object.
Maintains return type of `extract` for backwards compatibility with `loader` configs but delegates to `extractAll` for use with `loaders` array to support WebPack 2 query objects.
`JSON.stringify` any query objects in `extract`.
This reverts commit a9fa35b.

# Conflicts:
#	index.js

> You could always flatten the query objects and omit extractAll. There is no benefit from keeping the query objects intact. webpack stringifies them anyway.
btw. in webpack 2 loader and loaders do the same. Both accept an array or a string.

@sokra in https://gitter.im/webpack/webpack/developer?at=5763aed963ea0987306be32d

Nix `extractAll` and add `getLoaderWithQuery`.
…pack-plugin into doctolib-master

# Conflicts:
#	index.js
#	loader.js
#	test/TestCases.test.js
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

7 participants