Skip to content

Commit

Permalink
Temporarily disable slim builds
Browse files Browse the repository at this point in the history
  • Loading branch information
Alfred-Mountfield committed Dec 1, 2022
1 parent 9f2210e commit 63f7a50
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 10 deletions.
6 changes: 0 additions & 6 deletions packages/@blockprotocol/type-system/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,6 @@
"import": "./dist/es/index.js",
"default": "./dist/cjs/index.cjs"
},
"./slim": {
"types": "./dist/cjs-slim/index-slim.d.ts",
"node": "./dist/node/index.cjs",
"import": "./dist/es-slim/index-slim.js",
"default": "./dist/cjs-slim/index-slim.cjs"
},
"./type-system.wasm": "./dist/type-system.wasm",
"./package.json": "./package.json"
},
Expand Down
5 changes: 3 additions & 2 deletions packages/@blockprotocol/type-system/rollup.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ export default [
rolls("es", "fat"),
rolls("cjs", "fat"),
rolls("cjs", "node"),
rolls("es", "slim"),
rolls("cjs", "slim"),
/** @todo - re-enable these when we figure out the issues with `can't resolve "wbg"` */
// rolls("es", "slim"),
// rolls("cjs", "slim"),
];
2 changes: 0 additions & 2 deletions packages/@blockprotocol/type-system/src/index-slim.ts

This file was deleted.

0 comments on commit 63f7a50

Please sign in to comment.