We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent efbad0a commit 9627ecfCopy full SHA for 9627ecf
1 file changed
test/webpack/package.json
@@ -3,6 +3,10 @@
3
"private": true,
4
"version": "1.0.0",
5
"scripts": {
6
+ "!note1": "NOTE: We do `npm pack` of the main iconv-lite package followed by installing it to create a copy of the package (not symlink).",
7
+ "!note2": "This is needed because webpack4/watchpack1.7 crashes when trying to enumerate circular symlink.",
8
+ "preinstall": "mv $(npm pack -pq ../../) iconv-lite.tgz",
9
+ "postinstall": "rm iconv-lite.tgz",
10
"test": "karma start"
11
},
12
"devDependencies": {
@@ -15,6 +19,6 @@
15
19
"webpack": "^4.43.0"
16
20
17
21
"dependencies": {
18
- "iconv-lite": "file:../.."
22
+ "iconv-lite": "file:iconv-lite.tgz"
23
}
24
0 commit comments