bradmartin / nativescript-gif

NativeScript plugin to use native gifs
Other
50 stars 18 forks source link

Copy rule for Webpack 5 #58

Closed uderline closed 3 years ago

uderline commented 3 years ago

Hi !

I spent a bit of time working out how to bundle gifs for Webpack 5.

The PR #57 will update the readme for the new webpack config. The line to add is:

webpack.Utils.addCopyRule('**/*.gif')

Regards,

bradmartin commented 3 years ago

Closed via #57