Skip to content

Commit 68ea667

Browse files
committed
Use a single microbundle command
1 parent 01305ae commit 68ea667

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

package.json

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,11 @@
11
{
22
"name": "workerize-loader",
3-
"version": "1.2.2",
3+
"version": "1.2.1",
44
"description": "Automatically move a module into a Web Worker (Webpack loader)",
55
"main": "dist/index.js",
66
"repository": "developit/workerize-loader",
77
"scripts": {
8-
"build": "npm run -s build-loader && npm run -s build-rpc",
9-
"build-loader": "microbundle --target node --format cjs --no-compress src/index.js ",
10-
"build-rpc": "microbundle --format cjs --no-compress src/rpc-*.js",
8+
"build": "microbundle --format cjs --no-compress --inline none src/*.js",
119
"prepublishOnly": "npm run build",
1210
"dev": "karmatic watch --no-headless",
1311
"test": "npm run build && karmatic && NODE_ENV=production karmatic -p",

0 commit comments

Comments
 (0)