levp / wrapper-webpack-plugin

A webpack plugin that wraps output files (chunks) with custom text or code.
91 stars 37 forks source link

Update to Webpack v2 #2

Closed jknight12882 closed 7 years ago

jknight12882 commented 7 years ago

Looks like webpack-core has been deprecated

levp commented 7 years ago

@jknight12882 Any ideas on how to approach this?

levp commented 7 years ago

@jknight12882 Seems like switching from webpack-core to webpack-sources did the trick. Bumped the major version to 1 in the process.