[bug] Error on `rocket build` with a rollup plugin `TypeError: Cannot read properties of undefined (reading 'startsWith')` · Issue #430 · modernweb-dev/rocket · GitHub
More Web Proxy on the site http://driver.im/
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
Steps to reproduce:
npx @rocket/create@latest
, select the documentation theme.npm install
.@rollup/plugin-json
withnpm i -D @rollup/plugin-json
.config/rocket.config.js
, adding the rollup json plugin as stated in the documentation:npm run build
.This is the error that shows up:
Here is a reproduction repository: https://github.com/guillemcordoba/rocket-commonjs-plugin-repro
The text was updated successfully, but these errors were encountered: