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:
12
babel.config.js
Normal file
12
babel.config.js
Normal file
@@ -0,0 +1,12 @@
|
||||
|
||||
module.exports = exports = {
|
||||
plugins: [
|
||||
[ '@babel/plugin-proposal-class-properties', { loose: true } ],
|
||||
],
|
||||
presets: [
|
||||
[ '@babel/preset-env', {
|
||||
// useBuiltIns: 'usage',
|
||||
} ],
|
||||
'preact',
|
||||
],
|
||||
};
|
||||
Reference in New Issue
Block a user