Closed guybedford closed 8 years ago
Also investigate how asset files like css are supported through browserify transforms for replicating this.
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.
Support for Webpack loaders might be cool too.
:+1: on the back of https://github.com/plotly/plotly.js/issues/22
This seems like it isn't going to be a huge priority as browserify transforms aren't that common.
@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.
This needs to be investigated for feasibility.