Skip to content

Commit ae58016

Browse files
committed
chore: changes based on feedback
1 parent 19aa6e1 commit ae58016

3 files changed

Lines changed: 6 additions & 0 deletions

File tree

integration-tests/react-app/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
"private": true,
55
"dependencies": {
66
"@polywrap/client-js": "~0.10.1",
7+
"@polywrap/sys-config-bundle-js": "~0.10.1",
78
"@types/react": "^18.2.13",
89
"@types/react-dom": "^18.2.6",
910
"react": "^18.2.0",

integration-tests/react-app/src/App.tsx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,13 @@
11
import React from 'react';
22
import { PolywrapClient } from "@polywrap/client-js";
3+
import { bundle } from "@polywrap/sys-config-bundle-js";
34

45
function App() {
56
const client = new PolywrapClient();
67

8+
// Make extra sure the sys bundle works in the browser
9+
console.log(bundle);
10+
711
return (
812
<div className="App">
913
<header className="App-header">

packages/client/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@
3636
},
3737
"devDependencies": {
3838
"@polywrap/cli-js": "~0.10.0",
39+
"@polywrap/sys-config-bundle-js": "0.10.1",
3940
"@polywrap/test-cases": "0.10.1",
4041
"@types/jest": "29.5.0",
4142
"@types/prettier": "2.6.0",

0 commit comments

Comments
 (0)