mirror of
https://github.com/openfrontio/OpenFrontIO.git
synced 2026-08-18 09:14:09 +00:00
TODO: Keep working
This commit is contained in:
@@ -13,6 +13,7 @@ export default (env, argv) => {
|
||||
return {
|
||||
entry: './src/client/Main.ts',
|
||||
output: {
|
||||
publicPath: "/",
|
||||
filename: 'bundle.js',
|
||||
path: path.resolve(__dirname, 'out'),
|
||||
clean: true
|
||||
@@ -116,6 +117,7 @@ export default (env, argv) => {
|
||||
static: {
|
||||
directory: path.join(__dirname, 'out'),
|
||||
},
|
||||
historyApiFallback: true,
|
||||
compress: true,
|
||||
port: 9000,
|
||||
proxy: [
|
||||
|
||||
Reference in New Issue
Block a user