-
Notifications
You must be signed in to change notification settings - Fork 46
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
Browserify Transform, Webpack Loader #50
Comments
Can you please further explain? |
This is similar to having a gulp plug-in. Browserify and Webpack are both commonjs bundlers. |
@Naman34 Are you able to do that? |
@Namek I'm assuming that you're asking if I can work on these myself. I've actually never written plug-ins for Browserify or Webpack myself, but they both fairly straightforward.. So I can look into it. Before I do, I would need to know if Spider has any concept of modules yet, or has any plans. |
I guess we can already do:
or, alternatively:
... although for my test project, Traceur is throwing "Unexpected token import" because the code is wrapped in an immediate function. |
hmmm.... I'll look into it. |
I've implemented a webpack loader reecer/spider-loader. I'm open to PRs. |
Would be great to have these.
The text was updated successfully, but these errors were encountered: