fix(fonts): move fonts to public folder so that its served as static assets via cra & works in export (#2264)

This commit is contained in:
Aakansha Doshi
2020-10-22 02:20:57 +05:30
committed by GitHub
parent 6db5647048
commit 1034ec91b8
9 changed files with 17 additions and 28 deletions
@@ -6,6 +6,7 @@ module.exports = {
mode: "production",
entry: {
"excalidraw.min": "./index.tsx",
"fonts.min": "../../public/fonts.css",
},
output: {
path: path.resolve(__dirname, "dist"),