UNPKG

nis-hugo-theme

Version:

Hugo theme for Narative Insight (NIS) Hugo-based websites

14 lines (11 loc) 224 B
// // // const path = require('path'); module.exports = { entry: './assets/js/index.js', output: { filename: 'nis-hugo-theme.js', path: path.resolve(__dirname, 'assets', 'js') } };