mwmbl / front-end-original

A front-end for the mwmbl search engine written in vanilla javascript
https://mwmbl.github.io/front-end/
GNU Affero General Public License v3.0
13 stars 3 forks source link

Change Parcel for Vite when building the app #23

Closed ColinEspinas closed 2 years ago

ColinEspinas commented 2 years ago

Changed the build tool for Vite instead of Parcel. There was an issue with Parcel being unable to use plugins when used in the CD workflow.

I also moved the opensearch.xml file to the asset directory to only keep actual source files in the src directory.