diff --git a/rollup.config.js b/rollup.config.js index ca4f03a8e..9d6f1169c 100644 --- a/rollup.config.js +++ b/rollup.config.js @@ -32,7 +32,6 @@ function addEntry(folder, inFile, outFile) { output: [ { format: 'cjs', - name: 'primevue.' + folder, file: 'dist/' + folder + '/' + outFile + '.cjs.js', }, { @@ -57,7 +56,6 @@ function addEntry(folder, inFile, outFile) { output: [ { format: 'cjs', - name: folder, file: 'dist/' + folder + '/' + outFile + '.cjs.min.js' }, {