mirror of
https://github.com/Smaug123/KaTeX
synced 2025-10-08 12:38:39 +00:00
Generate ECMAScript module for contrib (#1624)
* Create separate entry point of copy-tex for webpack * Update katex.webpack.js comment * Generate ECMAScript for contrib * Update dependencies * Comment out documentations
This commit is contained in:
6
contrib/copy-tex/copy-tex.webpack.js
Normal file
6
contrib/copy-tex/copy-tex.webpack.js
Normal file
@@ -0,0 +1,6 @@
|
||||
/**
|
||||
* This is the webpack entry point for KaTeX. As ECMAScript doesn't support
|
||||
* CSS modules natively, a separate entry point is used.
|
||||
*/
|
||||
import './copy-tex.css';
|
||||
import './copy-tex.js';
|
Reference in New Issue
Block a user