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
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'),