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 8aeb052 commit ecaa217Copy full SHA for ecaa217
tsup/static.ts
@@ -30,7 +30,7 @@ export default function buildStaticConfig(): Options {
30
manifest: `node_modules-manifest.json`,
31
patterns: [
32
'jquery/dist/*.*',
33
- 'jquery-ui/dist/*.*',
+ 'jquery-ui-dist/*.*',
34
]
35
}),
36
TsupPluginManifest({
0 commit comments