fix: missing utils dep on mobile
This commit is contained in:
@@ -19,7 +19,7 @@ module.exports = (async () => {
|
||||
} = await getDefaultConfig()
|
||||
|
||||
return {
|
||||
watchFolders: [__dirname, '../icons', '../styles', '../components', '../features', '../encryption', '../filepicker', '../services', '../files'],
|
||||
watchFolders: [__dirname, '../icons', '../styles', '../components', '../features', '../encryption', '../filepicker', '../services', '../files', '../utils'],
|
||||
transformer: {
|
||||
getTransformOptions: async () => ({
|
||||
transform: {
|
||||
|
||||
@@ -47,6 +47,7 @@
|
||||
"@standardnotes/sncrypto-common": "1.9.0",
|
||||
"@standardnotes/snjs": "^2.118.3",
|
||||
"@standardnotes/stylekit": "5.29.3",
|
||||
"@standardnotes/utils": "workspace:*",
|
||||
"@standardnotes/web": "workspace:*",
|
||||
"@types/styled-components-react-native": "5.1.3",
|
||||
"js-base64": "^3.7.2",
|
||||
|
||||
Reference in New Issue
Block a user