mirror of
https://github.com/pterodactyl/panel.git
synced 2025-12-10 15:40:07 -06:00
fix manifest writing
This commit is contained in:
parent
3b569a2de2
commit
7be2002cc6
@ -99,7 +99,7 @@ module.exports = {
|
|||||||
DEBUG: process.env.NODE_ENV !== 'production',
|
DEBUG: process.env.NODE_ENV !== 'production',
|
||||||
WEBPACK_BUILD_HASH: Date.now().toString(16),
|
WEBPACK_BUILD_HASH: Date.now().toString(16),
|
||||||
}),
|
}),
|
||||||
new WebpackAssetsManifest({ writeToDisk: true, publicPath: true, integrity: true, integrityHashes: ['sha384'] }),
|
new WebpackAssetsManifest({ output: 'manifest.json', writeToDisk: true, publicPath: true, integrity: true, integrityHashes: ['sha384'] }),
|
||||||
new ForkTsCheckerWebpackPlugin({
|
new ForkTsCheckerWebpackPlugin({
|
||||||
typescript: {
|
typescript: {
|
||||||
mode: 'write-references',
|
mode: 'write-references',
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user