Skip to content

Commit

Permalink
feat(pie-monorepo): DSW-2056 integrate pie-webc into react18 examples…
Browse files Browse the repository at this point in the history
… app and switch to vite
  • Loading branch information
kevinrodrigues committed Jul 17, 2024
1 parent 7765c20 commit 30172a9
Show file tree
Hide file tree
Showing 14 changed files with 485 additions and 599 deletions.
5 changes: 5 additions & 0 deletions .changeset/nervous-singers-give.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"wc-react18": minor
---

[Added] - pie-webc integration and switch to using vite to resolve bundling error
1 change: 0 additions & 1 deletion apps/examples/wc-react18/.eslintrc.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
module.exports = {
root: true,
extends: [
require.resolve('@justeattakeaway/eslint-config-pie/strict'),
],
Expand Down
31 changes: 22 additions & 9 deletions apps/examples/wc-react18/.gitignore
Original file line number Diff line number Diff line change
@@ -1,11 +1,24 @@
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
# Logs
logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
lerna-debug.log*

.yarn/*
!.yarn/patches
!.yarn/plugins
!.yarn/releases
!.yarn/sdks
!.yarn/versions
node_modules
dist
dist-ssr
*.local

# production
/build
# Editor directories and files
.vscode/*
!.vscode/extensions.json
.idea
.DS_Store
*.suo
*.ntvs*
*.njsproj
*.sln
*.sw?
Loading

0 comments on commit 30172a9

Please sign in to comment.