unindented / wrap-loader

Add custom content before and after the loaded source.
MIT License
10 stars 3 forks source link

Webpack2 support? #4

Closed farwayer closed 7 years ago

farwayer commented 8 years ago
{
  loader: 'wrap',
  options: {
    before: 'BEFORE',
    after: 'AFTER'
  }
},
unindented commented 8 years ago

Pull requests are very welcome! 😉

unindented commented 7 years ago

Just got around to this. 0.2.0 should be compatible.