Skip to content

Commit ff696ee

Browse files
author
Kalin Krustev
committed
feat: primereact chunk
1 parent f7f28bb commit ff696ee

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

preset.js

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,12 @@ module.exports = ({
114114
enforce: true,
115115
chunks: 'all'
116116
},
117+
primereact: {
118+
test: /[\\/]node_modules[\\/](primereact|primeflex|primeicons)[\\/]/i,
119+
name: 'primereact',
120+
enforce: true,
121+
chunks: 'all'
122+
},
117123
devextreme: {
118124
test: /[\\/]node_modules[\\/](devextreme|devextreme-react)[\\/]/i,
119125
name: 'devextreme',

0 commit comments

Comments
 (0)