Skip to content

Commit

Permalink
only include wasm module
Browse files Browse the repository at this point in the history
  • Loading branch information
pveyes committed Jul 14, 2022
1 parent db5df03 commit 84f6cd9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,9 +74,10 @@ module.exports = {
[
"raw.macro/swc",
{
rootDir: __dirname
}
rootDir: __dirname,
},
],
],
},
};
```
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"files": [
"dist/",
"raw.macro.d.ts",
"swc/target/wasm32-wasi/release/"
"swc/target/wasm32-wasi/release/swc_plugin_raw_macro.wasm"
],
"keywords": [
"webpack",
Expand Down

0 comments on commit 84f6cd9

Please sign in to comment.