feat: Новый кросс платформенный вьювер

This commit is contained in:
2026-07-14 09:54:36 +03:00
parent c596f9f1c3
commit 1280eb6fcd
46 changed files with 1440 additions and 785 deletions

View File

@@ -15,6 +15,10 @@ export default {
},
resolve: {
extensions: ['.tsx', '.ts', '.js'],
alias: {
react: path.resolve(root, '../../node_modules/react'),
'react-dom': path.resolve(root, '../../node_modules/react-dom'),
},
},
module: {
rules: [