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:
ylemkimon
2018-10-31 11:37:54 +09:00
committed by GitHub
parent 1d79483291
commit f628ca142b
10 changed files with 54 additions and 10 deletions

View File

@@ -27,7 +27,7 @@ const targets /*: Array<Target> */ = [
},
{
name: 'contrib/copy-tex',
entry: './contrib/copy-tex/copy-tex.js',
entry: './contrib/copy-tex/copy-tex.webpack.js',
},
{
name: 'contrib/mathtex-script-type',