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
If using browserify and package.json to indicate which transforms to be used (which is the most expedient transform method) you cannot use lessify because transforms donot apply across module boundaries.
If using
browserify
andpackage.json
to indicate which transforms to be used (which is the most expedient transform method) you cannot uselessify
because transforms do not apply across module boundaries.Per the Browserify Handbook + node_modules Transforms DO NOT apply across module boundaries!
The workarounds are:
package.json
to include browserify transforms.I have an aging pull request to fix this: #412
The text was updated successfully, but these errors were encountered: