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

Clojurescript support for webpack #66

Open
markokocic opened this issue Aug 19, 2022 · 1 comment
Open

Clojurescript support for webpack #66

markokocic opened this issue Aug 19, 2022 · 1 comment
Assignees
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@markokocic
Copy link
Member

I am planning to create a module that adds support for webpack to Clojurescript. In some cases, it is required for packaging an app that uses dependencies that shadow_cljs can't handle. One example would be Ionic framework, as explained in this post, which doesn't work properly without webpack.

It can be implementing either as a separate profile on :kit/cljs module, or a separate module that builds on it, e.g :kit/webpack. I tend to prefer the second option, since in that case, the decision can be delayed until it's needed later in development.

Btw, it's a little bit confusing if we should file modules related tickets here, or in modules project. For me, it make sense here, since modules belong to kit project? In that case, you might want to disable tickets in modules project and add a Readme with a short note about it?

@markokocic markokocic added the enhancement New feature or request label Aug 19, 2022
@markokocic markokocic self-assigned this Aug 19, 2022
@yogthos
Copy link
Collaborator

yogthos commented Aug 19, 2022

I'm ok filing issues in either project, it might be cleaner to track new module ideas within modules though. And webpack module sounds good. :)

@markokocic markokocic added the help wanted Extra attention is needed label Feb 28, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants