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.
2 parents fcba42d + 28ef5d5 commit 01305aeCopy full SHA for 01305ae
package.json
@@ -1,11 +1,13 @@
1
{
2
"name": "workerize-loader",
3
- "version": "1.2.1",
+ "version": "1.2.2",
4
"description": "Automatically move a module into a Web Worker (Webpack loader)",
5
"main": "dist/index.js",
6
"repository": "developit/workerize-loader",
7
"scripts": {
8
- "build": "microbundle --format cjs --no-compress --inline none src/*.js",
+ "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",
11
"prepublishOnly": "npm run build",
12
"dev": "karmatic watch --no-headless",
13
"test": "npm run build && karmatic && NODE_ENV=production karmatic -p",
0 commit comments