OUTPUT_DIRECTORY_IS_EMPTY
The configured output directory is empty: {{outputDirectory}}
Last updated
Was this helpful?
The configured output directory is empty: {{outputDirectory}}

The directory path configured in myjsblock.config.js is an empty directory. When pushing a new version, the path of the file configured in myjsblock.config.js under outputDirectory is found but it is empty
The directory configured under the outputDirectory property (configured in the myjsblock.config.js) must be filled at least with one HTML file index.html.
An example project setup might be:
Last updated
Was this helpful?
Was this helpful?
βββ myjsblock.config.js
βββ dist
βββ index.html
βββ main.js