> @fort-major/msq@0.3.3 dev /home/alexander/IdeaProjects/masquerade/packages/snap > mm-snap watch -s ./src/index.ts -d dist [?25l⠋ ℹ The server is listening on http://localhost:8081. ⠹ Building the snap bundle. (10%)⠸ Building the snap bundle. (10%)⠼ Building the snap bundle. (10%)⠴ Building the snap bundle. (10%)⠦ Building the snap bundle. (10%)⠧ Building the snap bundle. (10%)⠇ Building the snap bundle. (10%)⠏ Building the snap bundle. (10%)⠋ Building the snap bundle. (10%)⠙ Building the snap bundle. (10%)⠹ Building the snap bundle. (10%)⠸ Building the snap bundle. (10%)⠼ Building the snap bundle. (10%)⠴ Building the snap bundle. (10%)⠦ Building the snap bundle. (10%)⠧ Building the snap bundle. (10%)⠇ Building the snap bundle. (10%)⠏ Building the snap bundle. (11%)⠋ Building the snap bundle. (11%)⠙ Building the snap bundle. (11%)⠹ Building the snap bundle. (11%)⠸ Building the snap bundle. (11%)⠼ Building the snap bundle. (13%)⠴ Building the snap bundle. (13%)⠦ Building the snap bundle. (13%)⠧ Building the snap bundle. (13%)⠇ Building the snap bundle. (92%)⠏ Building the snap bundle. (92%)⠋ Building the snap bundle. (92%)⠙ Building the snap bundle. (92%)⠹ Building the snap bundle. (92%)⠸ Building the snap bundle. (92%)⠼ Building the snap bundle. (92%)⠴ Building the snap bundle. (92%)⠦ Building the snap bundle. (92%)⠧ Building the snap bundle. (92%)⠇ Building the snap bundle. (92%)⠏ Building the snap bundle. (92%)⠋ Building the snap bundle. (92%)⠙ Building the snap bundle. (92%)⠹ Building the snap bundle. (92%)⠸ Building the snap bundle. (92%)⠼ Building the snap bundle. (92%)⠴ Building the snap bundle. (92%)⠦ Building the snap bundle. (92%)⠧ Building the snap bundle. (92%)⠇ Building the snap bundle. (92%)⠏ Building the snap bundle. (92%)⠋ Building the snap bundle. (92%)⠙ Building the snap bundle. (92%)⠹ Building the snap bundle. (92%)⠸ Building the snap bundle. (92%)⠼ Building the snap bundle. (92%)⠴ Building the snap bundle. (92%)⠦ Building the snap bundle. (92%)⠧ Building the snap bundle. (92%)⠇ Building the snap bundle. (92%)⠏ Building the snap bundle. (92%)⠋ Building the snap bundle. (92%)⠙ Building the snap bundle. (92%)⠹ Building the snap bundle. (92%)⠸ Building the snap bundle. (92%)⠼ Building the snap bundle. (92%)⠴ Building the snap bundle. (92%)⠦ Building the snap bundle. (92%)⠧ Building the snap bundle. (92%)⠇ Building the snap bundle. (92%)⠏ Building the snap bundle. (92%)⠋ Building the snap bundle. (92%)⠙ Building the snap bundle. (92%)⠹ Building the snap bundle. (92%)⠸ Building the snap bundle. (92%)⠼ Building the snap bundle. (92%)⠴ Building the snap bundle. (92%)⠦ Building the snap bundle. (92%)⠧ Building the snap bundle. (92%)⠇ Building the snap bundle. (92%)⠏ Building the snap bundle. (92%)⠋ Building the snap bundle. (92%)⠙ Building the snap bundle. (92%)⠹ Building the snap bundle. (92%)⠸ Building the snap bundle. (92%)⠼ Building the snap bundle. (92%)⠴ Building the snap bundle. (92%)⠦ Building the snap bundle. (92%)⠧ Building the snap bundle. (92%)⠇ Building the snap bundle. (92%)⠏ Building the snap bundle. (92%)⠋ Building the snap bundle. (92%)⠙ Building the snap bundle. (92%)⠹ Building the snap bundle. (92%)⠸ Building the snap bundle. (92%)⠼ Building the snap bundle. (92%)⠴ Building the snap bundle. (92%)⠦ Building the snap bundle. (92%)⠧ Building the snap bundle. (92%)⠇ Building the snap bundle. (92%)⠏ Building the snap bundle. (92%)⠋ Building the snap bundle. (92%)⠙ Building the snap bundle. (92%)⠹ Building the snap bundle. (95%)⠸ Building the snap bundle. (98%)⠼ Building the snap bundle. (98%)⠴ Building the snap bundle. (98%)⠦ Building the snap bundle. (98%)⠧ Building the snap bundle. (98%)ℹ Snap bundle evaluated successfully. ⚠ Compiled 457 files in 12955ms with 3 warnings.  • `Math.random` was detected in the Snap bundle. This is not a secure source of randomness, and should not be used in a secure context.  Use `crypto.getRandomValues` instead.  • The snap attempted to use the Node.js Buffer global, which is not supported in the MetaMask Snaps CLI by default. To use the Buffer  global, you must polyfill Buffer by setting `buffer` to `true` in the `polyfills` config object in your snap config. To disable this  warning, set `stats.buffer` to `false` in your snap config file.  • The snap attempted to use one or more Node.js builtins, but no browser fallback has been provided. The MetaMask Snaps CLI does not  support Node.js builtins by default. If you want to use this module, you must set `polyfills` to `true` or an object with the builtins  to polyfill as the key and `true` as the value. To disable this warning, set `stats.builtIns` to `false` in your snap config file, or  add the module to the `stats.builtIns.ignore` array. • buffer • url • path • fs • assert • crypto • util • stream • string_decoder • events [?25h✔ Done! [?25h