LarpixClient/node_modules/gif.js/site/plugins/jsignore.coffee
olcxja 95aaaa69ea big updat:
- update dependencies
- add webp support and webp conversion for profile images
2026-07-02 22:40:46 +02:00

4 lines
176 B
CoffeeScript

module.exports = (env, callback) ->
# hack to have browserify ignore the symlinked gif.js
env.registerContentPlugin 'files', 'gif.*js', env.plugins.StaticFile
callback()