mirror of
https://github.com/portainer/portainer.git
synced 2025-07-18 21:09:40 +02:00
refactor(app-templates): convert list to react [EE-6205] (#10439)
This commit is contained in:
parent
1fa63f6ab7
commit
14129632a3
22 changed files with 393 additions and 351 deletions
|
@ -177,6 +177,10 @@ module.exports = {
|
|||
},
|
||||
},
|
||||
},
|
||||
watchOptions: {
|
||||
ignored: /node_modules/,
|
||||
aggregateTimeout: 500,
|
||||
},
|
||||
resolve: {
|
||||
alias: {
|
||||
'@@': path.resolve(projectRoot, 'app/react/components'),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue