Bootstrap 5 custom has duplicate script tags

Wappler Version : 4.4.0
Operating System : MacOS Big Sur
Server Model: NodeJS
Database Type: None
Hosting Type: Docker

How to reproduce

Create a Blank project, and then select Bootstrap 5 custom framework. The following script tag is added:
<script src="bootstrap/5/js/bootstrap.min.js"></script>

After you save the file, the following script tag is also added:
<script src="bootstrap/5/js/bootstrap.bundle.min.js"></script>

I believe the contents of these Javascript files are equal, therefore only one script tag should be kept.

Community Page
Last updated: