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

Mobile: Migrate from rollup to webpack #6705

Merged

Conversation

personalizedrefrigerator
Copy link
Collaborator

Rationale

Rollup was having trouble importing TypeScript from other packages
in the repo. See rollup/plugins#1083 and
rollup/plugins#287
// to trigger warnings.
// See https://stackoverflow.com/a/53517149/17055750
performance: {
maxAssetSize: 2_000_000, // 2-ish MiB
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

CodeMirror needs extra space (this maxAssetSize is computed before minifying).

@laurent22 laurent22 merged commit 54cc706 into laurent22:dev Jul 30, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants