Compiling Custom Code

I want to ask how can I compile the custom code. I have put the example code in the custom code block and nothing is shown. Is there any compile script need to be executed and how can I execute?

You need to execute the compilation and run the command after completing the writing:

npm run compile

Before running the command, you need to confirm your input and output paths in webpackconfig.js:

 mode: "production",
    entry: {
        codeInSample: './src/codeInSample.tsx',
        codeInExecute: './src/codeInExecute.tsx'
    },

For specific details, please refer to:GitHub - lulut/akmii-codein-sample: Sample for creating Custom Code component in YeeOffice & YeeFlow
If there are still any issues, you can attach your code and screenshots of the problem.