GeoFS-Extensions / autoland

Accessible plugins for GeoFS, an online flight simulator.
https://geofsautoland.wixsite.com/autoland
GNU General Public License v3.0
6 stars 2 forks source link

[feat]: put html and css files back into their own files #132

Closed nicolas377 closed 2 years ago

nicolas377 commented 2 years ago

Is there an existing issue for this?

Description

Somewhere in the past few months, we turned .html and .css files into .html.ts and used export default statements for them. Now that we're using webpack, we can use a plugin to bundle those files. Specifically, we could use the html-loader that comes with webpack.

Prettier has messed with these files in a way that made breaking changes, so we'll need to figure that out when we get this rolling. Until we figure that out, we can just have prettier ignore those files.

Are there alternatives you've considered?

No response