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

adding LiveScript support #38

Closed
andreivolt opened this issue Feb 2, 2018 · 2 comments
Closed

adding LiveScript support #38

andreivolt opened this issue Feb 2, 2018 · 2 comments

Comments

@andreivolt
Copy link

andreivolt commented Feb 2, 2018

First of all, thank you for this awesome project, I was hoping something like this exists, and it's nice to find exactly what you're looking for.

I'm a LiveScript user and I'd like to add support for LiveScript, but my initial (hasty) attempt with adding the loader in the Webpack config files has failed (build still fails with syntax error).

Could you tell me if there's anything you see I might be missing, or otherwise guide me?

@jxnblk
Copy link
Member

jxnblk commented Feb 12, 2018

The current version of x0 does not allow for custom webpack configurations and doesn't use webpack at all for the node/static parts. I'm not very familiar with LiveScript, but if it only needs webpack configuration, I suspect that will work once #40 is in – if you want to try it out now, you can install with npm i @compositor/x0@beta and point to a custom webpack config

@johno
Copy link
Member

johno commented May 28, 2018

LiveScript support will require a custom webpack config in your webpack.config.js file. This will now also be automatically picked up by v5.

@johno johno closed this as completed May 28, 2018
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

No branches or pull requests

3 participants