mirror of
https://github.com/aljazceru/CTFd.git
synced 2025-12-17 14:04:20 +01:00
Add comments section to admin users/teams pages. (#1600)
* Add a comments section for a user's page in the Admin Panel * Move user graphs into a modal for Admin Panel * Create a new webpack JS chunk for the admin section for the Vue components (`components.js`) - Not really sure why webpack needed this to be separated out * Closes #1052
This commit is contained in:
@@ -104,6 +104,13 @@ function getJSConfig(root, type, entries, mode) {
|
||||
priority: 1,
|
||||
reuseExistingChunk: true,
|
||||
},
|
||||
components: {
|
||||
name: 'components',
|
||||
filename: `components.${ext}.js`,
|
||||
test: /components/,
|
||||
priority: 1,
|
||||
reuseExistingChunk: true,
|
||||
},
|
||||
default: {
|
||||
filename: `core.${ext}.js`,
|
||||
minChunks: 2,
|
||||
|
||||
Reference in New Issue
Block a user