hojas/node_modules/mathjax-full/components/src/adaptors/liteDOM/webpack.config.js
2026-05-14 10:56:04 +02:00

8 lines
339 B
JavaScript

const PACKAGE = require('../../../webpack.common.js');
module.exports = PACKAGE(
'adaptors/liteDOM', // the package to build
'../../../../js', // location of the MathJax js library
['components/src/core/lib'], // packages to link to
__dirname // our directory
);