Update schema core to v0.3.0

This commit is contained in:
Misode
2020-07-05 03:01:46 +02:00
parent af54d90059
commit a6098dcb18
3 changed files with 12 additions and 3 deletions

10
.vscode/tasks.json vendored Normal file
View File

@@ -0,0 +1,10 @@
{
"version": "2.0.0",
"tasks": [
{
"label": "Start",
"type": "shell",
"command": "rm -r \"./node_modules/@mcschema\" && npm link @mcschema/core && npm link @mcschema/java-1.16 && npm start"
}
]
}

View File

@@ -12,8 +12,8 @@
"author": "Misode",
"license": "MIT",
"dependencies": {
"@mcschema/core": "^0.2.7",
"@mcschema/java-1.16": "^0.1.0",
"@mcschema/core": "^0.3.0",
"@mcschema/java-1.16": "^0.1.1",
"@types/split.js": "^1.4.0",
"copy-webpack-plugin": "^6.0.1",
"html-webpack-plugin": "^4.3.0",

View File

@@ -27,7 +27,6 @@ module.exports = (env, argv) => ({
]
}),
new MergeJsonWebpackPlugin({
debug: true,
output: {
groupBy: [ 'de', 'en', 'fr', 'it', 'ja', 'pt', 'ru', 'zh-cn' ].map(code => (
{