Support code for the compose project.
First things first, install the module:
npm install @aem-design/compose-support --save-dev
# or with Yarn
yarn add @aem-design/compose-support -D
This package is extremely simple for now and contains only logging helpers. To use them import the logger namespace as shown below.
const { logger } = require('@aem-design/compose-support')
logger.info('Hello world!')
Contributions are welcome! Read the Contributing Guide for more information.