-
Notifications
You must be signed in to change notification settings - Fork 35
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
Add webpack support #97
Comments
I am having a similar issue using babel-watch.
|
Same issue here, unfortunately not using Webpack isn't an option for us. Did you find any workaround to be able to use PMX with Webpack? |
@edith4cim We removed webpack... :-( |
Same issue here, we had to remove PMX. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We use Webpack to package our node app, but we can't make pmx work because it looks for some conf in the
package.json
.We get the below exception on
require(pmx)
We used Webpack mostly for convenience, so we might fallback to a "classic" deployment with node_modules and so on. However I was wondering if it would be an easy fix on your side to not look for package.json (besides it's not a documented feature... is it?)
Thanks :-)
The text was updated successfully, but these errors were encountered: