1
0
Fork 0
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:
Chaim Lev-Ari 2023-10-23 19:04:18 +03:00 committed by GitHub
parent 1fa63f6ab7
commit 14129632a3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
22 changed files with 393 additions and 351 deletions

View file

@ -177,6 +177,10 @@ module.exports = {
},
},
},
watchOptions: {
ignored: /node_modules/,
aggregateTimeout: 500,
},
resolve: {
alias: {
'@@': path.resolve(projectRoot, 'app/react/components'),