mirror of
https://github.com/misode/misode.github.io.git
synced 2026-04-23 07:10:41 +00:00
Update schema core to v0.3.0
This commit is contained in:
10
.vscode/tasks.json
vendored
Normal file
10
.vscode/tasks.json
vendored
Normal 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"
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -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",
|
||||
|
||||
@@ -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 => (
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user