Closed JoeChapman closed 7 years ago
The version on npm exports module.exports = path.resolve(__dirname, './views'); from the index file, but the index.js file in this repo exports
module.exports = path.resolve(__dirname, './views');
module.exports = { views: path.resolve(__dirname, './views'), translations: .... }
v1.0.1 published
The version on npm exports
module.exports = path.resolve(__dirname, './views');
from the index file, but the index.js file in this repo exports