-
Notifications
You must be signed in to change notification settings - Fork 45
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Release 2.1.0 - No longer return our own error on file not found.
- Loading branch information
mpratt
committed
May 30, 2017
1 parent
dd16b4d
commit fb1d636
Showing
8 changed files
with
219 additions
and
148 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
extends: airbnb-base | ||
plugins: | ||
- import | ||
rules: | ||
no-console: off | ||
func-names: off | ||
max-len: off | ||
no-confusing-arrow: off |
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
# Changelog | ||
|
||
# 2017-5-30: 2.1.0 | ||
|
||
* No longer will intercept what should be a standard Webpack "File not found" error. | ||
* This also resolves the issue where the plugin wouldn't recognize when a file was added. | ||
* Hardened tests. | ||
* Cleaned up code and added an 'engines' config to package.json | ||
|
||
# 2017-3-31: 2.0.0 | ||
|
||
* Use the compiler filesystem, which helps when other plugins change the 'fs' object being used by the compiler. |
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
var testModule = require('./testfile'); |
Oops, something went wrong.