You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
How can I pass the flags to browserify?
Im trying to user discify and I got this error:
Error: Please recompile this browserify bundle using the --full-paths flag (when using the command-line interface) or with the fullPaths option set to true (when using the JavaScript API).
The text was updated successfully, but these errors were encountered:
Hi @fabiooshiro,
To specify flags, you'll have to use the Browserify CLI directly. Simplifyify is meant to be an opinionated tool for using Browserify in a few specific common scenarios, so it intentionally doesn't expose all of Browserify's functionality or arguments.
Hi,
How can I pass the flags to browserify?
Im trying to user discify and I got this error:
Error: Please recompile this browserify bundle using the --full-paths flag (when using the command-line interface) or with the fullPaths option set to true (when using the JavaScript API).
The text was updated successfully, but these errors were encountered: