Skip to content

Commit

Permalink
Added first draft of export library to allow other sites to link to H…
Browse files Browse the repository at this point in the history
…armony
  • Loading branch information
John Rogers committed Jun 20, 2024
1 parent 152fecc commit e742f66
Show file tree
Hide file tree
Showing 6 changed files with 356 additions and 3 deletions.
228 changes: 227 additions & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,13 +36,15 @@
"@testing-library/jest-dom": "^5.17.0",
"@testing-library/react": "^14.0.0",
"@testing-library/user-event": "^14.4.3",
"react-scripts": "^5.0.1"
"react-scripts": "^5.0.1",
"webpack-cli": "^5.1.4"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
"eject": "react-scripts eject",
"build:HarmonyExport": "webpack --config webpack.config.component.js"
},
"eslintConfig": {
"extends": "react-app"
Expand Down
Binary file added public/.DS_Store
Binary file not shown.
Loading

0 comments on commit e742f66

Please sign in to comment.