mirror of
https://gh.wpcy.net/https://github.com/WeblateOrg/weblate.git
synced 2026-05-28 16:43:19 +08:00
* chore: use webpack to manage bootstrap5 dependency * chore(js): update vendored libraries
8 lines
215 B
JavaScript
Vendored
8 lines
215 B
JavaScript
Vendored
// Copyright © Michal Čihař <michal@weblate.org>
|
|
//
|
|
// SPDX-License-Identifier: GPL-3.0-or-later
|
|
|
|
import "bootstrap/dist/css/bootstrap.css";
|
|
import * as bootstrap from "bootstrap";
|
|
|
|
window.bootstrap = bootstrap;
|