Add js entrypoint config (#519)
If no entrypoint is specified, look for index.js file in module path, skip it if not found. Otherwise, load the specified JS entrypoint file.
Loading
Please register or sign in to comment
If no entrypoint is specified, look for index.js file in module path, skip it if not found. Otherwise, load the specified JS entrypoint file.