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 61a55b5 commit 0c6072eCopy full SHA for 0c6072e
1 file changed
src/Publishers/DataTablesStylePublisher.php
@@ -21,6 +21,7 @@ public function publish(): bool
21
->addPath('js')
22
->addPath('types')
23
->removePattern('*.ts')
24
+ ->removePattern('*.mjs')
25
->merge(true);
26
}
27
0 commit comments