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
Maybe it's not a bug per say, but I just noticed a .cache/ directory was created in node_modules/mdx-deck/ when I mdx-deck build deck.mdx, which I found sort of weird.
Should this be fixed or is it normal behavior? I would have expected .cache/ directory be created in my project root, not down into a node_modules/ directory.
The text was updated successfully, but these errors were encountered:
Is there an update? I still have the problem @jorabra described when running mdx-deck deck.mdx. Every second I get these messages, over and over again:
info added directory at /<path_to_project>/node_modules/mdx-deck/.cache/redux
info added directory at /<path_to_project>/node_modules/mdx-deck/.cache/redux
success building schema - 0.105s
success createPages - 0.002s
success Checking for changed pages - 0.001s
success update schema - 0.012s
success onPreExtractQueries - 0.002s
success extract queries from components - 0.016s
success write out requires - 0.001s
Maybe it's not a bug per say, but I just noticed a
.cache/
directory was created innode_modules/mdx-deck/
when Imdx-deck build deck.mdx
, which I found sort of weird.Should this be fixed or is it normal behavior? I would have expected
.cache/
directory be created in my project root, not down into anode_modules/
directory.The text was updated successfully, but these errors were encountered: