-
Notifications
You must be signed in to change notification settings - Fork 38
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Yarn の PnP モードを試す #240
Closed
Yarn の PnP モードを試す #240
Changes from all commits
Commits
Show all changes
40 commits
Select commit
Hold shift + click to select a range
cd35ebd
chore: remove node_modules linker
fsubal fd5dd1a
chore: yarn dlx @yarnpkg/sdks vscode
fsubal 78b2d14
chore: commit .pnp.cjs
fsubal 5e1792f
chore: upgrade yarn
fsubal 7ebbd28
chore: upgrade typescript
fsubal 9571fcf
chore: remove node_modules linker
fsubal 5f4396d
chore: yarn dlx @yarnpkg/sdks vscode
fsubal cf3490d
chore: commit .pnp.cjs
fsubal bdc5380
chore: upgrade yarn
fsubal c9e6581
chore: upgrade typescript
fsubal 187e0d2
chore: add @types
fsubal 004764a
chore: yarn dedupe
fsubal 7a73b81
chore: add @types for jest config
fsubal f69700f
chore: yarn install
fsubal 04134d3
chore: wip
fsubal 9df3372
chore: yarn up react react-dom @types/react @types/react-dom
fsubal 81e9f70
chore: yarn up
fsubal d11a1ad
chore: add types to pass build
fsubal 882cfb2
chore: make build-storybook pass (some stories are still broken)
fsubal 19f22e1
chore: fix storybook (wip)
fsubal 6d51396
Merge branch 'try-pnp' of github.com:pixiv/charcoal into try-pnp
fsubal fb4625c
Merge branch 'main' into try-pnp
fsubal d0f4391
chore: fix
fsubal 89b1f39
chore: ignore pnp
fsubal 0688094
chore: fix lint
fsubal 17f9d71
chore: react 18
fsubal b001137
chore: use node_modules when measuring bundle size
fsubal cc786e6
chore: use [email protected]
fsubal 097f02a
chore: ensure yarn install
fsubal 0e01954
chore: clean by install
fsubal ec0eba8
chore: revert
fsubal 6176fe3
chore: add Required package
fsubal bfaa7ef
chore: update @storybook/*
fsubal 45d4736
chore: use gitignore
fsubal 2b216ff
chore: try add disable-pnp.sh
fsubal 4736fec
chore: fix reset
fsubal 859fbdf
chore: giving up on cleaning
fsubal d8db660
chore: make test pass
fsubal b76b1e5
chore: update vite related modules
fsubal 829ba50
chore: remove unused changes
fsubal File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,6 +2,7 @@ dist/ | |
node_modules/ | ||
__snapshots__/ | ||
.yarn/ | ||
.pnp.* | ||
/public/ | ||
/storybook-static/ | ||
/coverage/ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
やっても動かなかった…