mirror of
https://github.com/streetwriters/notesnook.git
synced 2025-12-16 11:47:54 +01:00
editor: do not copy prism-theme during build
This commit is contained in:
@@ -28,8 +28,7 @@ const ROOT_DIR = path.resolve(path.join(__dirname, ".."));
|
||||
|
||||
const pathsToCopy = {
|
||||
"katex.min.css": "node_modules/katex/dist/katex.min.css",
|
||||
"fonts/": "node_modules/katex/dist/fonts/",
|
||||
"prism-theme.css": "node_modules/prism-themes/themes/prism-dracula.min.css"
|
||||
"fonts/": "node_modules/katex/dist/fonts/"
|
||||
};
|
||||
|
||||
for (const name in pathsToCopy) {
|
||||
|
||||
Reference in New Issue
Block a user