Skip to main content

publicDir

You can set the directory that will copying into dist.

The specified directory is copied to /public directory in the dist and the assets are available from the chrome extension.

crx-monkey.config.js
{
publicDir: './public',
}

publicDir

string

Path of public dicectory.