Fix webpack config.

This commit is contained in:
John Livingston 2021-04-09 13:06:56 +02:00
parent 20a461a84b
commit c215a3f97c

View File

@ -17,6 +17,9 @@ let config = clientFiles.map(f => ({
} }
] ]
}, },
resolve: {
extensions: [ '.tsx', '.ts', '.js' ],
},
output: { output: {
path: path.resolve(__dirname, "./dist/client"), path: path.resolve(__dirname, "./dist/client"),
filename: "./" + f + ".js", filename: "./" + f + ".js",