chromeOutputDir
You can manually specify the directory to output chrome extension builds.
Usually, set automatically by crx-monkey.
crx-monkey.config.js
{
chromeOutputDir: './dist/chrome',
}
chromeOutputDir
string
Path of directory to output chrome extension builds.