mirror of
https://github.com/Smaug123/KaTeX
synced 2025-10-05 19:28:39 +00:00
Use babel-plugin-preval instead of own unicodeMake for unicodeSymbols (#2153)
* Use babel-plugin-preval instead of own unicodeMake for unicodeSymbols * Fix circular dependency transpiling issue * Flow type unicodeSymbols.js Co-authored-by: Erik Demaine <edemaine@mit.edu>
This commit is contained in:
@@ -175,7 +175,7 @@ function startServer() {
|
||||
options: {
|
||||
plugins: [['istanbul', {
|
||||
include: ["src/**/*.js"],
|
||||
exclude: ["src/unicodeMake.js"],
|
||||
exclude: ["src/unicodeSymbols.js"],
|
||||
}]],
|
||||
},
|
||||
};
|
||||
|
Reference in New Issue
Block a user