diff --git a/config/_default/params.toml b/config/_default/params.toml new file mode 100644 index 0000000..decd270 --- /dev/null +++ b/config/_default/params.toml @@ -0,0 +1,8 @@ +# default configuration for bootstrap + +[modules] + [modules.bootstrap] + # bootstrap's UMD build does not self-register window.bootstrap when bundled + # by esbuild; expose it explicitly so Hinode's scripts pipeline registers it. + [modules.bootstrap.globals] + "js/modules/bootstrap/bootstrap.bundle.js" = "bootstrap"