jspm / npm

NPM Location Service
19 stars 34 forks source link

Browserify transforms support #10

Closed guybedford closed 8 years ago

guybedford commented 10 years ago

This needs to be investigated for feasibility.

guybedford commented 10 years ago

Also investigate how asset files like css are supported through browserify transforms for replicating this.

trusktr commented 9 years ago

This will be really cool. One of the main things I'd use this for is to apply glslify onto WebGL shader files. Glslify adds CommonJS-style imports/exports to GLSL files.

trusktr commented 9 years ago

Support for Webpack loaders might be cool too.

myitcv commented 8 years ago

:+1: on the back of https://github.com/plotly/plotly.js/issues/22

guybedford commented 8 years ago

This seems like it isn't going to be a huge priority as browserify transforms aren't that common.

trusktr commented 8 years ago

@guybedford Browserify has 2,190,020 downloads in the last month, so it seems browserify transforms would be fairly common when compared to any other build tools plugins.