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

Eliminate webpack build #69

Open
mattbishop opened this issue Apr 5, 2018 · 1 comment
Open

Eliminate webpack build #69

mattbishop opened this issue Apr 5, 2018 · 1 comment

Comments

@mattbishop
Copy link
Contributor

Given js.spec is a node module, nobody is going to <script> it into a browser directly. Instead they will use their own packaging toolchain to do so like browserfy or webpack. Js.spec doesn't need to create a webpacked build.

Not doing so will also increase the understandability of stack traces and the project in general.

@arichiardi
Copy link
Collaborator

I agree with this, consumers will do whatever they basically need to make it work and I see no other big lib provides a build directly.

@prayerslayer any objection? thoughts?

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

2 participants