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 133c022 commit 19112bdCopy full SHA for 19112bd
package.json
@@ -1,14 +1,13 @@
1
{
2
"name": "binaryen-loader",
3
"version": "0.1.0",
4
- "description": "loader to reduce wasm code size based on Binaryen",
+ "description": "A webpack loader to reduce WebAssembly file binary size, based on Binaryen",
5
"license": "MIT",
6
"repository": "DrSensor/binaryen-loader",
7
"author": "Fahmi Akbar Wildana",
8
"homepage": "https://github.com/DrSensor/binaryen-loader",
9
"bugs": "https://github.com/DrSensor/binaryen-loader/issues",
10
- "bin": "",
11
- "main": "index.js",
+ "main": "dist/cjs.js",
12
"engines": {
13
"node": ">= 6.9.0 <7.0.0 || >= 8.9.0"
14
},
@@ -37,8 +36,7 @@
37
36
38
"files": [
39
"dist/",
40
- "lib/",
41
- "index.js"
+ "lib/"
42
],
43
"peerDependencies": {
44
"webpack": "^4.0.0"
0 commit comments