Closed
Conversation
Minor fix to README
Resolve the babel rc relative to the file path, not the CWD Fixes babel#252
* REMOVE webpack devDependency as we have multiple peerDep versions * Add matrix testing against supported node & webpack versions * Enable codecov.io reporting * Add travis script for test and coverage * Rename cov script to cover to take advantage of `postcover` * Add postcover script for travis linting after testing * Temporarily allows failures on `OSX` ( timeout on node4 )
* add babel-core and preset-2015 to dev dependencies currently it is impossible to run tests after forking the `babel-loader` without installing "babel-core" and "babel-preset-2015" adding them to the dev-dependencies will fix this. (I saw the dependencies as they are installed in the "before_script" according to the .travis.yml * no longer install `babel-core` and `babel-preset-es2015` in travis this is now done on npm install as they are devDependencies, so installing them again is redundant
* Hide stack trace (shown only when detailed error reporting is enabled in webpack) * Strip filename (already reported by webpack in a more concise format).
Legal makes it sounds like it's a legal issue, yet it's more about the validity of the value.
Set the default cache directory as the [common cache directory](https://github.com/avajs/find-cache-dir), `./node_modules/.cache/babel-loader`. Previously, when `cacheDirectory` was set to `true`, babel-loader tried to use the operating system's temporary directory as a cache directory. However, when running npm scripts as the root user, [npm overrides the TMPDIR environment variable](npm/npm#4531). This caused the cache files to be created in the project folder itself, for example when using Docker: facebook/create-react-app#483.
move lib to src and have lib the destination of babel
* Use eslint and nyc * migrate to jest * Use ava * fix prefer-const
* improve sourceFileName gennerate logic with new relative method * add test for relative method
webpck 2.1.0-beta.26 does not support shorthand loader names
* Changelog 6.2.8 * Update Changelog [skip ci] * Update CHANGELOG.md
* Update dev dependencies * Update webpack and remove tests that have no effect with webpack 2
- add metadataSubscribers option as an array of context functions to call - pass metadata to metadataSubscribers functions - add section about cacheDirectory ENOENT error to README.md
Contributor
Author
|
work in progress... |
Contributor
Author
|
I've tried to squash and rebase this branch but I get all the time strange errors... |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Please Read the CONTRIBUTING Guidelines
In particular the portion on Commit Message Formatting
Please check if the PR fulfills these requirements
What kind of change does this PR introduce? (Bug fix, feature, docs update, ...)
What is the current behavior? (You can also link to an open issue here)
What is the new behavior?
Does this PR introduce a breaking change?
If this PR contains a breaking change, please describe the following...
Other information: