What approach to take when making a webpage with contact form and using parcel.js 2 bundler
Problem is parcel.js doesn’t work with backend php file.
Parcel relative path for HTML includes
– projectFolder |-src |- index.html |- nav.html |- aboutUs |- index.html |- images |- logo.svg Above you can see my project structure which I use to finally bundle it all using Parcel.js I’m using posthtml-include plugin to insert nav.html into index.html nav.html file also uses image ./images/logo.svg It all works fine. But I also want […]
Parcel relative parh for HTML includes
– projectFolder |-src |- index.html |- nav.html |- aboutUs |- index.html |- images |- logo.svg Above you can see my project structure which I use to finally bundle it all using Parcel.js I’m using posthtml-include plugin to insert nav.html into index.html nav.html file also uses image ./images/logo.svg It all works fine. But I also want […]