stuff
This commit is contained in:
parent
bc92231240
commit
b8225c639e
11904 changed files with 1472749 additions and 133 deletions
8
node_modules/mathjax-full/components/src/adaptors/liteDOM/webpack.config.js
generated
vendored
Normal file
8
node_modules/mathjax-full/components/src/adaptors/liteDOM/webpack.config.js
generated
vendored
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
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
|
||||
);
|
||||
Loading…
Add table
Add a link
Reference in a new issue