I am having a problem with the Nuxt build failing after rollup-plugin-inject fails to transform some files from docus while building the application.
Has anyone had this problem before?
The failed CI run can be seen here: https://github.com/nuxt-modules/shopify/actions/runs/18998854241/job/54262607900
What seems to start it is this:
nuxt-shopify-docs build: [warn] [plugin inject] ../node_modules/.bun/docus@5.2.1+b203761f41787723/node_modules/docus/server/routes/raw/[...slug].md.get.ts: rollup-plugin-inject: failed to parse /home/runner/work/shopify/shopify/node_modules/.bun/docus@5.2.1+b203761f41787723/node_modules/docus/server/routes/raw/[...slug].md.get.ts. Consider restricting the plugin to particular files via options.include
Thanks in advance!