site/node_modules/mathjax-full/components/src/tex-chtml/webpack.config.js
2024-10-14 08:09:33 +02:00

9 lines
336 B
JavaScript

const PACKAGE = require('../../webpack.common.js');
module.exports = PACKAGE(
'tex-chtml', // the package to build
'../../../js', // location of the MathJax js library
[], // packages to link to
__dirname // our directory
);