mirror of
https://github.com/VickScarlet/lifeRestart.git
synced 2026-02-04 14:53:12 +08:00
Update webpack.config.cjs
This commit is contained in:
@@ -20,6 +20,7 @@ module.exports = {
|
|||||||
publicPath: '/src',
|
publicPath: '/src',
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
|
allowedHosts: "all",
|
||||||
},
|
},
|
||||||
output: {
|
output: {
|
||||||
path: path.resolve(__dirname, 'public/chunk'),
|
path: path.resolve(__dirname, 'public/chunk'),
|
||||||
@@ -53,4 +54,4 @@ module.exports = {
|
|||||||
}
|
}
|
||||||
}]
|
}]
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user