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 737f5bc commit c0a0d47Copy full SHA for c0a0d47
package.json
@@ -7,7 +7,7 @@
7
"author": "Tobias Koppers @sokra",
8
"homepage": "https://github.com/webpack-contrib/karma-webpack",
9
"bugs": "https://github.com/webpack-contrib/karma-webpack/issues",
10
- "main": "lib",
+ "main": "dist",
11
"engines": {
12
"node": ">= 8.9.0"
13
},
@@ -31,7 +31,7 @@
31
"defaults": "webpack-defaults"
32
33
"files": [
34
- "lib"
+ "dist"
35
],
36
"peerDependencies": {
37
"webpack": "^4.0.0"
0 commit comments