1
0
mirror of https://github.com/GenderDysphoria/GenderDysphoria.fyi.git synced 2025-11-25 12:32:42 +00:00

New preact based frontend UI for the TTT.

Added rollup compiling
This commit is contained in:
Jocelyn Badgley (Twipped)
2020-03-08 14:01:00 -07:00
parent 67b168dba1
commit dad24e1199
33 changed files with 2322 additions and 172 deletions

12
babel.config.js Normal file
View File

@@ -0,0 +1,12 @@
module.exports = exports = {
plugins: [
[ '@babel/plugin-proposal-class-properties', { loose: true } ],
],
presets: [
[ '@babel/preset-env', {
// useBuiltIns: 'usage',
} ],
'preact',
],
};