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