mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 00:42:36 +00:00
Fixed iife min build
This commit is contained in:
parent
31170d1fab
commit
6be9ee26a1
1 changed files with 1 additions and 1 deletions
|
@ -64,7 +64,7 @@ function addEntry(folder, inFile, outFile) {
|
|||
},
|
||||
{
|
||||
format: 'iife',
|
||||
name: folder,
|
||||
name: 'primevue.' + folder,
|
||||
file: 'dist/' + folder + '/' + outFile + '.min.js',
|
||||
globals: globalDependencies
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue