Skip to content

Commit

Permalink
(bugfix): fix compiled code and unresolve require calls in transient …
Browse files Browse the repository at this point in the history
…dependencies

In the 'stateful.runme' extension we experienced issues with trying to bundle
this package due to some transient dependencies trying to load files from
the node_modules directory. This patch removes these calls with a NOOP. This
can potentially influence the way the package work as it is unknown how these
dependencies were used.
  • Loading branch information
christian-bromann committed Aug 17, 2023
1 parent e826e0a commit fac6a45
Show file tree
Hide file tree
Showing 5 changed files with 576 additions and 31 deletions.
Loading

0 comments on commit fac6a45

Please sign in to comment.