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 bb1eff2 commit 87ea8bfCopy full SHA for 87ea8bf
package.json
@@ -5,7 +5,7 @@
5
"main": "dist/index.js",
6
"repository": "developit/workerize-loader",
7
"scripts": {
8
- "build": "microbundle --inline none --format cjs --no-compress src/*.js",
+ "build": "microbundle --target node --format cjs --no-compress src/*.js",
9
"prepublishOnly": "npm run build",
10
"dev": "karmatic watch --no-headless",
11
"test": "npm run build && karmatic",
@@ -35,10 +35,14 @@
35
"devDependencies": {
36
"eslint": "^5.0.0",
37
"eslint-config-developit": "^1.1.1",
38
- "karmatic": "^1.0.5",
39
- "microbundle": "^0.4.2"
+ "karmatic": "^1.2.0",
+ "microbundle": "^0.6.0",
40
+ "webpack": "^3.12.0"
41
},
42
"dependencies": {
43
"loader-utils": "^1.1.0"
44
+ },
45
+ "peerDependencies": {
46
+ "webpack": "*"
47
}
48
0 commit comments