const path = require('path'); module.exports = { entry: { 'modules/workspaces': path.resolve(__dirname, 'assets/js/index.tsx'), }, };