1
0
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:
tobspr
2020-05-16 12:43:11 +02:00
parent 9f0435b51d
commit c1d720ca52
20 changed files with 183 additions and 43 deletions

View File

@@ -108,6 +108,11 @@ module.exports = ({ watch = false, standalone = false }) => {
},
},
},
{
test: /\.ya?ml$/,
type: "json", // Required by Webpack v4
use: "yaml-loader",
},
],
},
output: {