Ver a proveniência

Updates to latest webpack to fix problem matchers

main
Eric Amodio há 6 anos
ascendente
cometimento
51c2445d72
3 ficheiros alterados com 8 adições e 36 eliminações
  1. +1
    -29
      .vscode/tasks.json
  2. +4
    -4
      package-lock.json
  3. +3
    -3
      package.json

+ 1
- 29
.vscode/tasks.json Ver ficheiro

@ -36,35 +36,7 @@
"isDefault": true
},
"isBackground": true,
"problemMatcher": [
{
"base": "$ts-webpack-watch",
"applyTo": "closedDocuments",
"fileLocation": "absolute",
"background": {
"activeOnStart": true,
"beginsPattern": {
"regexp": "Child extension:"
},
"endsPattern": {
"regexp": "Built at: .*"
}
}
},
{
"base": "$tslint-webpack-watch",
"applyTo": "closedDocuments",
"background": {
"activeOnStart": true,
"beginsPattern": {
"regexp": "Child extension:"
},
"endsPattern": {
"regexp": "Built at: .*"
}
}
}
]
"problemMatcher": ["$ts-webpack-watch", "$tslint-webpack-watch"]
}
]
}

+ 4
- 4
package-lock.json Ver ficheiro

@ -7643,7 +7643,7 @@
},
"p-is-promise": {
"version": "1.1.0",
"resolved": "https://registry.npmjs.org/p-is-promise/-/p-is-promise-1.1.0.tgz",
"resolved": "http://registry.npmjs.org/p-is-promise/-/p-is-promise-1.1.0.tgz",
"integrity": "sha1-nJRWmJ6fZYgBewQ01WCXZ1w9oF4=",
"dev": true
},
@ -11272,9 +11272,9 @@
}
},
"webpack-cli": {
"version": "3.1.1",
"resolved": "https://registry.npmjs.org/webpack-cli/-/webpack-cli-3.1.1.tgz",
"integrity": "sha512-th5EUyVeGcAAVlFOcJg11fapD/xoLRE4j/eSfrmMAo3olPjvB7lgEPUtCbRP0OGmstvnQBl4VZP+zluXWDiBxg==",
"version": "3.1.2",
"resolved": "https://registry.npmjs.org/webpack-cli/-/webpack-cli-3.1.2.tgz",
"integrity": "sha512-Cnqo7CeqeSvC6PTdts+dywNi5CRlIPbLx1AoUPK2T6vC1YAugMG3IOoO9DmEscd+Dghw7uRlnzV1KwOe5IrtgQ==",
"dev": true,
"requires": {
"chalk": "^2.4.1",

+ 3
- 3
package.json Ver ficheiro

@ -3828,9 +3828,9 @@
"pub": "vsce publish",
"rebuild": "npm run reset && npm run build",
"reset": "npm run clean && npm install --no-save",
"watch": "webpack --watch --env.development",
"watch": "webpack --watch --env.development --info-verbosity verbose",
"ui:optimize": "webpack --config-name ui --env.optimizeImages",
"ui:watch": "webpack --watch --config-name ui --env.development",
"ui:watch": "webpack --watch --config-name ui --env.development --info-verbosity verbose",
"update:emoji": "pushd emoji && node ./shortcodeToEmoji.js && popd",
"postinstall": "node ./node_modules/vscode/bin/install",
"vscode:prepublish": "npm run reset && npm run bundle"
@ -3865,7 +3865,7 @@
"typescript": "3.1.1",
"vscode": "1.1.21",
"webpack": "4.20.2",
"webpack-cli": "3.1.1",
"webpack-cli": "3.1.2",
"webpack-deep-scope-plugin": "1.6.0"
}
}

Carregando…
Cancelar
Guardar