mirror of
https://github.com/tobspr/shapez.io.git
synced 2026-09-26 13:54:49 +00:00
Add notifications when saving and new upgrades are available, minor improvements
This commit is contained in:
@@ -108,6 +108,11 @@ module.exports = ({ watch = false, standalone = false }) => {
|
||||
},
|
||||
},
|
||||
},
|
||||
{
|
||||
test: /\.ya?ml$/,
|
||||
type: "json", // Required by Webpack v4
|
||||
use: "yaml-loader",
|
||||
},
|
||||
],
|
||||
},
|
||||
output: {
|
||||
|
||||
Reference in New Issue
Block a user