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

feat: use webpack for extensions instead of parcel #202

Closed
wants to merge 1 commit into from

Conversation

tjkandala
Copy link
Contributor

Closes #201, Part of RFC 411.

Adds a webpack.config.js file to generated extensions, replace build and serve scripts, update devDependencies (now pinned).

(Do not merge right now due to code freeze).

@tjkandala tjkandala added this to In Progress 👀 in Extensibility :: Current Iteration Aug 19, 2021
@tjkandala tjkandala removed this from In Progress 👀 in Extensibility :: Current Iteration Aug 19, 2021
@tjkandala
Copy link
Contributor Author

This is no longer necessary. We fixed the importScripts() serial loading issue through preloading (sourcegraph/sourcegraph#24330), so we can stick with Parcel

@tjkandala tjkandala closed this Sep 8, 2021
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.

Use Webpack instead of Parcel in generated extensions
1 participant