Skip to content

Commit

Permalink
feat: Add dist-hyrdate-app output (#524)
Browse files Browse the repository at this point in the history
feat: Add dist-hyrdate-app output target
  • Loading branch information
ethanWallace committed May 13, 2024
1 parent d956370 commit c448c59
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
dist/
www/
loader/
hydrate/
/tmp
/out-tsc
/bazel-out
Expand Down
3 changes: 2 additions & 1 deletion packages/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@
"unpkg": "dist/stencil-starter-project-name/stencil-starter-project-name.esm.js",
"files": [
"dist/",
"loader/"
"loader/",
"hydrate"
],
"publishConfig": {
"access": "public"
Expand Down
3 changes: 3 additions & 0 deletions packages/web/stencil.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,9 @@ export const config: Config = {
{
type: 'docs-readme',
},
{
type: 'dist-hydrate-script',
},
],
plugins: [
postcss({
Expand Down

0 comments on commit c448c59

Please sign in to comment.