-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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 with paths to folders in my system #675
Comments
you might want to take a look at https://github.com/substack/intreq
|
I got this error:
|
@vinz243 make sure you're not requiring an empty module anywhere in your bundle. I submitted a fix for the problem a short while ago: browserify/browser-unpack#1 |
how to know which module is empty ? any argument ? I have updated browser-unpack to 0.1.0 but it didn't solve anything. |
hm actually i dont know if pipes are even a thing in windows-shell? |
@guybrush they are in powershell, but work entirely different (i.e. on objects instead of strings). |
fixed in 3.46.1 |
You can now use https://www.npmjs.com/package/bundle-collapser |
When I compile markdown-symbols using Broserify (
browserify file.js -o bundle.js
), I get something like that :As you can see, there are absolute paths to my files here. Why ? How can I remove them ?
The text was updated successfully, but these errors were encountered: