mirror of
https://github.com/ae-utbm/sith.git
synced 2024-11-23 14:43:22 +00:00
Sli
7b41051d0d
* Don't tie the output name to webpack itself * Don't call js bundling webpack in python code * Make the doc more generic about js bundling
8 lines
131 B
JavaScript
8 lines
131 B
JavaScript
import Alpine from "alpinejs";
|
|
|
|
window.Alpine = Alpine;
|
|
|
|
window.addEventListener("DOMContentLoaded", () => {
|
|
Alpine.start();
|
|
});
|