This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* Assuming your app.arc includes: | |
* @plugins | |
* test-plugin | |
* | |
* This file would live in `src/plugins/test-plugin/index.js` or `src/plugins/test-plugin.js` | |
*/ | |
// let { join } = require('path') | |
module.exports = { |
OlderNewer