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