Sticker Creator Window

This commit is contained in:
Fedor Indutny 2023-04-20 08:59:17 -07:00 committed by GitHub
parent 498b116794
commit d380817a44
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
213 changed files with 34677 additions and 40 deletions

View file

@ -336,6 +336,9 @@ const excludedFilesRegexp = RegExp(
'^node_modules/webpack-hot-middleware/.+',
'^node_modules/webpack-merge/.+',
'^node_modules/webpack/.+',
// Sticker Creator
'^sticker-creator/.+',
].join('|')
);