# Configuration

balm.config.js: The default configuration entry file in BalmJS project root

  • update package.json for custom configuration entry file:
{
  "scripts": {
    "dev": "balm --config /path/to/config/balmrc.js",
    "prod": "balm -p --config /path/to/config/balmrc.js"
  }
}
Last Updated: 3 years ago