mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 17:02:38 +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',
|
format: 'iife',
|
||||||
name: folder,
|
name: 'primevue.' + folder,
|
||||||
file: 'dist/' + folder + '/' + outFile + '.min.js',
|
file: 'dist/' + folder + '/' + outFile + '.min.js',
|
||||||
globals: globalDependencies
|
globals: globalDependencies
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue