moah things

This commit is contained in:
Tommy Parnell
2017-12-23 01:37:43 -05:00
parent 6786017892
commit 32177f809f
14 changed files with 326 additions and 167 deletions

View File

@@ -2,12 +2,12 @@ module.exports = {
entry: "./src/index.tsx",
output: {
filename: "bundle.js",
path: __dirname + "/dist"
path: __dirname + "./dist",
},
// Enable sourcemaps for debugging webpack's output.
devtool: "source-map",
resolve: {
// Add '.ts' and '.tsx' as resolvable extensions.
extensions: [".ts", ".tsx", ".js", ".json"]