This commit is contained in:
Andrea Stagi 2025-05-02 08:45:45 +00:00 committed by GitHub
commit 7e1971f25b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 1 deletions

View File

@ -35,8 +35,9 @@
} }
], ],
"main": "dist/js/bootstrap.js", "main": "dist/js/bootstrap.js",
"module": "dist/js/bootstrap.esm.js", "module": "js/index.esm.js",
"sass": "scss/bootstrap.scss", "sass": "scss/bootstrap.scss",
"sideEffects": false,
"style": "dist/css/bootstrap.css", "style": "dist/css/bootstrap.css",
"scripts": { "scripts": {
"start": "npm-run-all --parallel watch docs-serve", "start": "npm-run-all --parallel watch docs-serve",