-
Notifications
You must be signed in to change notification settings - Fork 12
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
implement webpack chunks file updating using ast manipulation #12
Commits on Sep 20, 2024
-
implement webpack chunks file updating using ast manipulation
this allows us not to have to require the use of the `serverMinification: false` option (as we're no longer relying on known variable names)
Configuration menu - View commit details
-
Copy full SHA for e3c865c - Browse repository at this point
Copy the full SHA e3c865cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1b0f146 - Browse repository at this point
Copy the full SHA 1b0f146View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8c2e64b - Browse repository at this point
Copy the full SHA 8c2e64bView commit details -
Apply suggestions from code review
Co-authored-by: Pete Bacon Darwin <pbacondarwin@cloudflare.com>
Configuration menu - View commit details
-
Copy full SHA for 7ffd614 - Browse repository at this point
Copy the full SHA 7ffd614View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5272a2a - Browse repository at this point
Copy the full SHA 5272a2aView commit details -
Configuration menu - View commit details
-
Copy full SHA for ab94bf1 - Browse repository at this point
Copy the full SHA ab94bf1View commit details -
Configuration menu - View commit details
-
Copy full SHA for b1e1edd - Browse repository at this point
Copy the full SHA b1e1eddView commit details -
fixup! implement webpack chunks file updating using ast manipulation
add ts-doc comments to newly introduced functions
Configuration menu - View commit details
-
Copy full SHA for 55d780d - Browse repository at this point
Copy the full SHA 55d780dView commit details -
fixup! implement webpack chunks file updating using ast manipulation
generalize `getWEbpackChunksFileTsSource` to `tsParseFile`
Configuration menu - View commit details
-
Copy full SHA for f000041 - Browse repository at this point
Copy the full SHA f000041View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5b446a5 - Browse repository at this point
Copy the full SHA 5b446a5View commit details -
fixup! implement webpack chunks file updating using ast manipulation
update webpackFRequireFunction detection not to use unclear `find(Boolean)`
Configuration menu - View commit details
-
Copy full SHA for 877c0d6 - Browse repository at this point
Copy the full SHA 877c0d6View commit details -
fixup! implement webpack chunks file updating using ast manipulation
fix comment typo
Configuration menu - View commit details
-
Copy full SHA for 0b8ea93 - Browse repository at this point
Copy the full SHA 0b8ea93View commit details