Describe the bug
The standalone build of the prettier plugin includes require("prettier") instead of require("prettier/standalone"), meaning the build ends up trying to include Node modules (e.g. "module, "url" and "path")
Source
import prettierPluginLiquid from "prettier-plugin-liquid/standalone"
Expected behaviour
Should work in the browser
Actual behaviour

Debugging information
- OS MacOS
- OS Version Tahoe 26.2
Additional context
Import can be seen in the first line here: https://unpkg.com/@shopify/prettier-plugin-liquid@1.10.0/standalone.js