Fix webpack config.
This commit is contained in:
parent
20a461a84b
commit
c215a3f97c
@ -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",
|
||||||
|
Loading…
Reference in New Issue
Block a user