Brett Uglow
Brett Uglow
Thanks @kane-c ! I'm not quite ready to upgrade to the latest Webpack beta (I'm using beta.21) at the moment due to the changes around loader option config. But your...
@sfmskywalker Can I suggest another approach to this problem that does not require API changes? What if you emit 2 events: `configure-http-client-start` and `configure-http-client-end`
Page no longer exists
This version allows Previews to work on Safari. Chrome 79 still has issue that prevent even the Prismic Toolbar from appearing correctly.
Apparently not. I've pulled this repo, followed the instructions, and cannot get previews to work. Chrome v79 doesn't show the Prismic toolbar, Safari shows the toolbar with the preview content...
I _suspect_ this is because import/export functionality only works for a certain price-class (e.g. Medium business). I could be wrong.
Hi @juinc, how would I go about doing this in reverse (modify my repo (create a new markdown file) when I post something on Medium) ? I'm running a blog...
I came across this issue after having the same problem. First some background... I've been using Jest + Rush for a TS -> ESM-module monorepo (multiple packages). Each package has...
Jest config that appears to work in this scenario: NextJS + TypeScript + Jest + VE + module-dependency that includes React components that use VE (library of React+VE components) jest.config.js...