-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Replace Webpack with Rollup #7472
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
Merged
Changes from all commits
Commits
Show all changes
36 commits
Select commit
Hold shift + click to select a range
c916695
POC Rollup
fregante ca94aaf
🤷♂️
fregante fc691df
Try just turning the parser into plain JS
fregante 8caabab
IT BUILDS
fregante ee333ea
Drop webpack
fregante 205c471
Lint
fregante 1b30a4f
Merge branch 'main' of https://github.com/refined-github/refined-gith…
fregante 45e20a9
Disable declaration output
fregante e34e75f
Disable bundling
fregante ae5f7ea
Merge branch 'main' of https://github.com/refined-github/refined-gith…
fregante 9d3841d
Merge remote-tracking branch 'origin' into rollup
fregante d6f84fe
Update build
fregante 34f4477
It loads
fregante 8025f97
Recreate package-lock
fregante 81781ce
Lint
fregante 66a8b4b
Discard changes to build/readme-parser.d.ts
fregante dd3f2f7
Discard changes to build/readme-parser.ts
fregante 91020ad
Restore manifest
fregante 2114e87
CSS and clean directory
fregante bd55d3e
Restore RelativeCI?
fregante 9195044
Limit spread of webpack-stats
fregante b59325c
It loads!
fregante c857df4
Windowzzzz
fregante 8714702
Merge remote-tracking branch 'origin' into rollup
fregante 938b95c
rollup-plugin-webpack-stats as dev
fregante c37cdfe
Apply nolyfill
fregante 040017a
Merge remote-tracking branch 'origin' into rollup
fregante cf54022
Fix options
fregante 152cd59
Disable `clear` on watch
fregante 7d24512
Merge remote-tracking branch 'origin' into rollup
fregante a433639
Attempt to output good names under node_modules (failed)
fregante 2484454
Revert "Attempt to output good names under node_modules (failed)"
fregante 0f7825f
Output good names under node_modules
fregante c359a10
Replace old rollup plugin
fregante 3e6e2b1
Merge remote-tracking branch 'origin' into rollup
fregante 7156d7c
Merge remote-tracking branch 'origin' into rollup
fregante 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 hidden or 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 hidden or 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 |
|---|---|---|
|
|
@@ -94,7 +94,6 @@ | |
| { | ||
| "nodeVersion": "20", | ||
| "files": [ | ||
| "webpack.config.ts", | ||
| "build/*" | ||
| ], | ||
| "rules": { | ||
|
|
||
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.
Uh oh!
There was an error while loading. Please reload this page.