Jonathan Melville

Results 17 comments of Jonathan Melville

Same here. Import finishes but nothing gets imported.

If anybody else encounters this, this is how I resolved it: ``` import Vue from 'vue' import { elementScrollToPolyfill } from 'seamless-scroll-polyfill' export default Vue.extend({ mounted() { if (!('scrollBehavior' in...

Is this plugin still under active development?

I second this. Seems to completely ignore the `toEmail` value even with the correct logic in `contactform.php`

@angrybrad @brandonkelly I should have mentioned this is using the [v1 branch](https://github.com/craftcms/contact-form/tree/v1) on an older Craft 2.9.1 site. I'm using a file called `contactform.php` per the instructions on that branch...

This is still an issue, any movement on resolving this?

For anybody else who comes across this issue, the only working solution for using `@nuxt/image` with `vercel-builder` seems to be using the the IPX provider.

@lexvzalingen Yeah it's kind of a headache to get it working. 1. You need to install `ipx` as a dependency in your project: `npm i ipx` 2. Now create this...