Skip to content
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

Work in progress: webpack #5150

Draft
wants to merge 14 commits into
base: develop
Choose a base branch
from
Draft

Work in progress: webpack #5150

wants to merge 14 commits into from

Conversation

rhansen
Copy link
Member

@rhansen rhansen commented Aug 13, 2021

Still far from complete. Progress:

  • bundle pad code
  • bundle plugin code
  • file name based on content hash (for cache friendliness)
  • source map
  • bundle frontend tests
  • watch for changes when not in production mode (to facilitate development)
  • figure out migration plan for plugins that do dynamic require() (are there any?)
  • bundle timeslider code
  • bundle inner frame code
  • put vendor code in a separate chunk
  • put shared code (pad, timeslider, inner) in separate chunks
  • split cleanups off into their own commits
  • figure out better way to handle adoptPluginsFromAncestorsOf() (can it be removed?)

For future PRs:

  • babel
  • bundle CSS

Fixes #4820

cc @webzwo0i

@stale
Copy link

stale bot commented Oct 25, 2021

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@stale stale bot added the wontfix Wont Fix these things, no hate. label Oct 25, 2021
@rhansen rhansen removed the wontfix Wont Fix these things, no hate. label Oct 25, 2021
@stale
Copy link

stale bot commented Jan 20, 2022

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@stale stale bot added the wontfix Wont Fix these things, no hate. label Jan 20, 2022
@stale stale bot removed the wontfix Wont Fix these things, no hate. label Jan 21, 2022
@stale
Copy link

stale bot commented Apr 25, 2022

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@stale stale bot added the wontfix Wont Fix these things, no hate. label Apr 25, 2022
@stale stale bot closed this May 2, 2022
@rhansen rhansen reopened this May 6, 2022
@stale stale bot removed the wontfix Wont Fix these things, no hate. label May 6, 2022
@stale
Copy link

stale bot commented Jul 10, 2022

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@stale stale bot added the wontfix Wont Fix these things, no hate. label Jul 10, 2022
@rhansen rhansen removed the wontfix Wont Fix these things, no hate. label Jul 16, 2022
@github-actions github-actions bot added the Stale No recent activity label Jun 23, 2023
@github-actions github-actions bot removed the Stale No recent activity label Jun 27, 2023
@github-actions github-actions bot added the Stale No recent activity label Feb 14, 2024
@github-actions github-actions bot removed the Stale No recent activity label Mar 3, 2024
@github-actions github-actions bot added the Stale No recent activity label May 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Stale No recent activity
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Dropping require-kernel and yajsml
1 participant