You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey, my configuration is stored in a preset (NPM package) but it does not appear to handle remark-copy-linked-files properly. In fact, including the plugin anywhere but the end of the configuration plugin array is causing plugins after it not to work (sometimes). I have not been able to get this plugin to work.
Is there a way this plugin can work without implementing a custom script? I'd like to be able to run remark README.md -o and have that write the files.
Hey, my configuration is stored in a preset (NPM package) but it does not appear to handle
remark-copy-linked-files
properly. In fact, including the plugin anywhere but the end of the configuration plugin array is causing plugins after it not to work (sometimes). I have not been able to get this plugin to work.Is there a way this plugin can work without implementing a custom script? I'd like to be able to run
remark README.md -o
and have that write the files.Any idea why this is not working?
Here's a my working configuration (where everything works except
remark-copy-linked-files
): https://gitlab.com/megabyte-labs/npm/configs/remark-preset-strict-lint/-/blob/master/src/main.tsThe text was updated successfully, but these errors were encountered: