We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f7b3363 commit ca81491Copy full SHA for ca81491
build/build-plugins.mjs
@@ -55,7 +55,7 @@ const build = async plugin => {
55
console.log(`Built ${plugin.fileName}`)
56
}
57
58
-;(async () => {
+(async () => {
59
try {
60
const basename = path.basename(__filename)
61
const timeLabel = `[${basename}] finished`
js/tests/integration/bundle-modularity.js
@@ -1,5 +1,5 @@
1
import Tooltip from '../../dist/tooltip.js'
2
-import '../../dist/carousel.js'
+import '../../dist/carousel.js' // eslint-disable-line import/no-unassigned-import
3
4
window.addEventListener('load', () => {
5
[].concat(...document.querySelectorAll('[data-bs-toggle="tooltip"]'))
0 commit comments