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

Move all bundling into vscode-lit-plugin #249

Merged
merged 3 commits into from
Apr 20, 2022
Merged

Conversation

rictic
Copy link
Collaborator

@rictic rictic commented Apr 19, 2022

This way downstream users of ts-lit-plugin are free to bundle it with their preferred settings.

rictic added 2 commits April 19, 2022 16:03
This way downstream users of ts-lit-plugin are free to bundle it with their preferred settings.
"files": [
"src/**/*",
"esbuild.script.js"
"../ts-lit-plugin/src/**/*",
"../ts-lit-plugin/index.js",
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

@aomarks is this kosher, or should I put this script at the toplevel of the monorepo?

Copy link

Choose a reason for hiding this comment

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

Should be fine, input files can reach out of the package. It's only output files that currently can't.

packages/vscode-lit-plugin/esbuild.script.mjs Outdated Show resolved Hide resolved
@rictic rictic merged commit e59b235 into master Apr 20, 2022
@rictic rictic deleted the package-at-final-step branch April 20, 2022 00:02
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.

3 participants