Closed karlhorky closed 2 years ago
@karlhorky Thank you for PR!
memo:
export default
: exports.default = plugin_1.plugin;
module.exports
: module.exports = plugin_1.plugin;
module.exports
is required to support CommonJS.
Thanks for the merge @akabekobeko ! Version 1.5.0
works!
Closes https://github.com/akabekobeko/npm-gatsby-remark-copy-relative-linked-files/issues/34