Skip to content

Commit

Permalink
Changed folder for React build target (#86)
Browse files Browse the repository at this point in the history
  • Loading branch information
sslotsky authored Apr 9, 2020
1 parent d8ec880 commit 89ad2e4
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ UserInterfaceState.xcuserstate
coverage/
dist/
loader/
react/
node_modules/
www/
$RECYCLE.BIN/
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@
"files": [
"dist/",
"loader/",
"src/"
"src/",
"react/"
],
"version": "0.4.0-beta.0",
"description": "Manifold UI Initialization",
Expand Down
2 changes: 1 addition & 1 deletion stencil.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ export const config: Config = {
outputTargets: [
reactOutputTarget({
componentCorePackage: '@manifoldco/manifold-init',
proxiesFile: 'dist/react/components.ts',
proxiesFile: 'react/components.ts',
}),
{
type: 'dist',
Expand Down

0 comments on commit 89ad2e4

Please sign in to comment.