allow to draw signature on mobile

This commit is contained in:
Pete Matsyburka
2024-06-02 14:50:37 +03:00
parent 91f3d8ed7e
commit f6c061a57b
12 changed files with 374 additions and 11 deletions
+4
View File
@@ -21,6 +21,10 @@ const configs = generateWebpackConfig({
test: /\/node_modules\//,
chunks: chunk => chunk.name === 'application'
},
drawVendors: {
test: /\/node_modules\//,
chunks: chunk => chunk.name === 'draw'
},
formVendors: {
test: /\/node_modules\//,
chunks: chunk => chunk.name === 'form'