-
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.1 - Properly support older versions of node
- Loading branch information
mpratt
committed
May 30, 2017
1 parent
fb1d636
commit aaef33f
Showing
4 changed files
with
16 additions
and
4 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 |
---|---|---|
@@ -1,12 +1,21 @@ | ||
# Changelog | ||
|
||
# 2017-5-30: 2.1.0 | ||
## 2017-5-30: | ||
### 2.1.1 | ||
|
||
* Properly support older versions of node. Tested in: | ||
* 4.8.3 | ||
* 5.11.1 | ||
* 6.10.3 | ||
|
||
### 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 | ||
## 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
"use strict"; | ||
/* This plugin based on https://gist.github.com/Morhaus/333579c2a5b4db644bd5 | ||
Original license: | ||
|
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