Create basic webpack for markdown preview

This commit is contained in:
Matt Bierner
2018-03-05 10:09:56 -08:00
parent f9aa0e062c
commit e5b1420d14
9 changed files with 12743 additions and 389 deletions

View File

@@ -0,0 +1,10 @@
{
"compilerOptions": {
"outDir": "./dist/",
"noImplicitAny": true,
"module": "es6",
"target": "es6",
"jsx": "react",
"sourceMap": true
}
}