gulp-jspm-build icon indicating copy to clipboard operation
gulp-jspm-build copied to clipboard

Support for JSPM inject

Open ericsvendsen opened this issue 8 years ago • 1 comments

I tried adding adding inject: true to my options but it didn't appear to have any effect:

{ src: 'app.js', dst: 'app.bundle.js', options: { inject: true }}

Is this option not supported or am I misunderstanding how to implement this?

ericsvendsen avatar Feb 12 '16 20:02 ericsvendsen