Skip to content

Commit b33f6ea

Browse files
philippottodaniel-wer
authored andcommitted
Fix hard-source breaking master (#3239)
* use hard-source fork with bugfix for mzgoddard/hard-source-webpack-plugin/issues/416 * flow-ignore hard source plugin
1 parent e17f12d commit b33f6ea

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

.flowconfig

+1
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
<PROJECT_ROOT>/node_modules/documentation/
1818
<PROJECT_ROOT>/node_modules/flow-coverage-report/
1919
<PROJECT_ROOT>/node_modules/jsonlint/
20+
<PROJECT_ROOT>/node_modules/hard-source-webpack-plugin/
2021
<PROJECT_ROOT>/.nyc_output
2122

2223
[untyped]

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"flow-bin": "^0.80.0",
4444
"flow-coverage-report": "^0.5.0",
4545
"glob": "^7.1.3",
46-
"hard-source-webpack-plugin": "^0.12.0",
46+
"hard-source-webpack-plugin": "git+https://github.com/talkable/hard-source-webpack-plugin.git#e774ef34ac7de7badf83f8560cca13861e76f23c",
4747
"husky": "^0.14.3",
4848
"isomorphic-fetch": "^2.2.0",
4949
"jsdom": "^11.5.1",

yarn.lock

+2-2
Original file line numberDiff line numberDiff line change
@@ -4788,9 +4788,9 @@ har-validator@~5.0.3:
47884788
ajv "^5.1.0"
47894789
har-schema "^2.0.0"
47904790

4791-
hard-source-webpack-plugin@^0.12.0:
4791+
"hard-source-webpack-plugin@git+https://github.com/talkable/hard-source-webpack-plugin.git#e774ef34ac7de7badf83f8560cca13861e76f23c":
47924792
version "0.12.0"
4793-
resolved "https://registry.yarnpkg.com/hard-source-webpack-plugin/-/hard-source-webpack-plugin-0.12.0.tgz#ea21f0407538fcb62f6995371541baab0a5f679e"
4793+
resolved "git+https://github.com/talkable/hard-source-webpack-plugin.git#e774ef34ac7de7badf83f8560cca13861e76f23c"
47944794
dependencies:
47954795
chalk "^2.4.1"
47964796
find-cache-dir "^2.0.0"

0 commit comments

Comments
 (0)