mirror of
https://github.com/GenderDysphoria/GenderDysphoria.fyi.git
synced 2025-11-25 20:42:40 +00:00
Migrate to Node 16 (#118)
* Node 16: fix build dependencies * Node 16: fix Bootstrap dependency problem * Node 16: fix error in HTML writer * Node 16: move await to proper place (h/t alliejones)
This commit is contained in:
@@ -13,7 +13,7 @@ module.exports = exports = async function scripts (prod) {
|
||||
require.resolve('magnific-popup'),
|
||||
require.resolve('popper.js/dist/umd/popper.js'),
|
||||
require.resolve('bootstrap/js/dist/util.js'),
|
||||
require.resolve('bootstrap/js/dist/dropdown.js'),
|
||||
require.resolve('bootstrap/js/dist/dropdown.js')
|
||||
);
|
||||
|
||||
const globalScript = new ClientScript('js/global.js');
|
||||
|
||||
Reference in New Issue
Block a user