Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Remove webpack #9

Open
yufengwng opened this issue Apr 13, 2022 · 0 comments
Open

Remove webpack #9

yufengwng opened this issue Apr 13, 2022 · 0 comments

Comments

@yufengwng
Copy link
Collaborator

Webpack was originally used to compile and bundle up the javascript, so we can serve it up to a webpage. However, now we are going to be running within a webview inside vscode. The html we load inside the webview can access files in our extension folder, so we don't really need to use webpack to bundle things. Once we convert files to typescript in #8, we should be able to reference the output files from typescript.

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant