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

Disable source maps in production build #11

Closed ColinEspinas closed 2 years ago

ColinEspinas commented 2 years ago

The actual build that is made in the deployment workflow generates useless source maps.

We need to use the --no-source-maps to disable this behavior in the build step.