diff --git a/docs/advanced/technical-specifications/index.html b/docs/advanced/technical-specifications/index.html index d4642a952..4f3b2501e 100644 --- a/docs/advanced/technical-specifications/index.html +++ b/docs/advanced/technical-specifications/index.html @@ -30,8 +30,8 @@ - Skip to content

Javascript

Information

+

Javascript

Information

If you are a web developer or a web enthusiast, you have probably heard of JavaScript! Or why else would you be here?. But what exactly is JavaScript?!, and why is it so dominant in web and application development?! Suppose you had the ability to create a web page, game or application that can change its appearance based on the time of day, the weather, or the user’s preferences. @@ -1846,5 +1846,14 @@

Size Limit

+
+

Expo

+

Expo Webpack

+

This section is for the Expo webpack.

+

In the event that you encounter this error: Error: ENOSPC: System limit for number of file watchers reached , update the webpack.config.js with an ignore on node_modules folder.

+
config.watchOptions = {
...config.watchOptions,
ignored: ['**/node_modules/**'], // Ignore all files in node_modules
};
+

Expo Tamagui

+

Work in Progress Notes

+
\ No newline at end of file diff --git a/docs/application/ml/index.html b/docs/application/ml/index.html index d0259a09f..06b11e1bf 100644 --- a/docs/application/ml/index.html +++ b/docs/application/ml/index.html @@ -40,8 +40,8 @@ - - - - Skip to content
Skip to content
Skip to content
Daily Post Image from Upsplash