emily-noble / prideflagsearch

Pride Flag Identification Guide
https://www.prideflags.org/
GNU General Public License v3.0
31 stars 9 forks source link

Add webpack or similar #11

Open emily-noble opened 5 years ago

emily-noble commented 5 years ago

The current use of ES6 means many browsers won't properly run the javascript. Use a tool like webpack to resolve this issue. Some polyfills may need to be added.

Note: try to find a solution that means other contributors don't need to install and run webpack in order to contribute to development.