-
-
Notifications
You must be signed in to change notification settings - Fork 6.2k
Introduce esbuild on webpack #14578
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
Merged
Introduce esbuild on webpack #14578
Changes from 1 commit
Commits
Show all changes
17 commits
Select commit
Hold shift + click to select a range
1918c68
Introduce esbuild on webpack
lunny b938e47
Follow @silverwind's advices
lunny 31c2c97
Vendor node mods as cache; fix esbuild/fomantic offline build
CL-Jeremy 113c2d4
Fix --exclude; use bsdtar for consistent globbing
CL-Jeremy 28479bb
Merge pull request #12 from CL-Jeremy/esbuild
lunny 4a3f900
Merge branch 'master' into lunny/esbuild
lunny f7cbdc4
Fall back to GNU tar; forward-compatible for APT 2.0
CL-Jeremy 0083bda
Avoid having extd. attrs with bsdtar
CL-Jeremy ca2ff2c
Merge pull request #15 from CL-Jeremy/esbuild-fix
lunny 1e11274
Merge branch 'master' into lunny/esbuild
zeripath c3172e6
Merge branch 'master' into lunny/esbuild
6543 3a21b1e
Dependency and misc. optimizations
CL-Jeremy ee9cd84
Merge branch 'master' into esbuild-fix
CL-Jeremy be0b41f
Merge branch 'lunny/esbuild' into esbuild-fix
CL-Jeremy 09b9801
Remove extra code after esbuild-loader update
CL-Jeremy f7fdee3
Merge pull request #16 from CL-Jeremy/esbuild-fix
lunny 6093bb9
Merge branch 'master' into lunny/esbuild
techknowlogick 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
Fix --exclude; use bsdtar for consistent globbing
- Loading branch information
commit 113c2d4cdd8a58d62abff97055e8e7a34f065b03
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 |
|---|---|---|
|
|
@@ -2,3 +2,4 @@ audit=false | |
| fund=false | ||
| package-lock=true | ||
| save-exact=true | ||
| cache=.npm-cache | ||
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
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.