mirror of
https://github.com/misode/misode.github.io.git
synced 2026-04-23 15:17:09 +00:00
Fetch dynamic registries
This commit is contained in:
@@ -20,7 +20,8 @@ module.exports = (env, argv) => ({
|
||||
},
|
||||
plugins: [
|
||||
new webpack.DefinePlugin({
|
||||
__MCDATA_MASTER_HASH__: JSON.stringify(env ? env.hash : '')
|
||||
__MCDATA_MASTER_HASH__: JSON.stringify(env ? env.mcdata_hash : ''),
|
||||
__VANILLA_DATAPACK_SUMMARY_HASH__: JSON.stringify(env ? env.vanilla_datapack_summary_hash : '')
|
||||
}),
|
||||
new CopyWebpackPlugin({
|
||||
patterns: [
|
||||
|
||||
Reference in New Issue
Block a user