mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-19 15:48:04 +01:00
client: fix production path for chunks
This commit is contained in:
@@ -10,7 +10,7 @@ module.exports = {
|
|||||||
index: path.resolve(__dirname, '../../dist-client/index.html'),
|
index: path.resolve(__dirname, '../../dist-client/index.html'),
|
||||||
assetsRoot: path.resolve(__dirname, '../../dist-client'),
|
assetsRoot: path.resolve(__dirname, '../../dist-client'),
|
||||||
assetsSubDirectory: 'static',
|
assetsSubDirectory: 'static',
|
||||||
assetsPublicPath: '/new-app',
|
assetsPublicPath: '/new-app/',
|
||||||
staticAssetsDirectory,
|
staticAssetsDirectory,
|
||||||
productionSourceMap: true,
|
productionSourceMap: true,
|
||||||
// Gzip off by default as many popular static hosts such as
|
// Gzip off by default as many popular static hosts such as
|
||||||
|
|||||||
Reference in New Issue
Block a user