Svyatoslav Kuzmich [JB]
12/16/2023, 10:02 PMcomposeApp
in your case). This variable holds a promise to module exports. And docs were written for the pure setup without webpack.
This should work:
composeApp.then(exports => {
exports.default.processFile(/*...*/);
});
Stefan Oltmann
12/16/2023, 11:37 PMAkram Bensalem
03/10/2024, 4:43 AM