mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-23 22:11:09 +03:00
Fixed console getting cleared on dev start
closes https://github.com/TryGhost/Ghost/issues/10409 - Removed `clearConsole` on preact cli
This commit is contained in:
parent
42bed3c22d
commit
0755036926
@ -19,7 +19,7 @@
|
||||
"postcss-css-variables": "^0.11.0",
|
||||
"postcss-custom-properties": "^8.0.9",
|
||||
"postcss-import": "^12.0.1",
|
||||
"preact-cli": "^2.0.0"
|
||||
"preact-cli": "https://github.com/TryGhost/preact-cli/tarball/421f03bcf954c79d5f14fd2e278049a9bdfcba83"
|
||||
},
|
||||
"dependencies": {
|
||||
"preact": "^8.2.1",
|
||||
|
@ -6651,10 +6651,9 @@ postcss@^7.0.0, postcss@^7.0.1, postcss@^7.0.2, postcss@^7.0.5, postcss@^7.0.6:
|
||||
source-map "^0.6.1"
|
||||
supports-color "^5.5.0"
|
||||
|
||||
preact-cli@^2.0.0:
|
||||
"preact-cli@https://github.com/TryGhost/preact-cli/tarball/421f03bcf954c79d5f14fd2e278049a9bdfcba83":
|
||||
version "2.2.1"
|
||||
resolved "https://registry.yarnpkg.com/preact-cli/-/preact-cli-2.2.1.tgz#05a3311e89bdb120a5273532c77b87bdd710e04b"
|
||||
integrity sha1-BaMxHom9sSClJzUyx3uHvdcQ4Es=
|
||||
resolved "https://github.com/TryGhost/preact-cli/tarball/421f03bcf954c79d5f14fd2e278049a9bdfcba83#eafbc54b2bf6e2b89fbca0ee284673798cd51ed2"
|
||||
dependencies:
|
||||
autoprefixer "^7.1.0"
|
||||
babel-loader "^7.0.0"
|
||||
|
Loading…
Reference in New Issue
Block a user