I am using a third party UI library which needs to set
resolve: {
modulesDirectories: ['node_modules', join(__dirname, '../node_modules')],
extensions: ['', '.web.tsx', '.web.ts', '.web.jsx', '.web.js', '.ts', '.tsx', '.js', '.jsx', '.json'],
},
in webpack.
Is there a counterpart setting in Meteor? Or I have to write a build plugin to achieve similar result?