Open ericsvendsen opened 8 years ago
I tried adding adding inject: true to my options but it didn't appear to have any effect:
inject: true
{ src: 'app.js', dst: 'app.bundle.js', options: { inject: true }}
Is this option not supported or am I misunderstanding how to implement this?
it would be nice to have this.
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?