From 72d15850a271e3718bf74d71a8207614c79b6918 Mon Sep 17 00:00:00 2001 From: Cristina Chumillas Date: Thu, 25 Nov 2021 15:52:00 +0100 Subject: [PATCH] Issue #3251034 by lauriii, bnjmnm, longwave: Core Yarn watch builds CK5 plugins differently than yarn build (cherry picked from commit 567f483ab01b2b81a58f67ace42dd931a48dc5d3) --- core/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/package.json b/core/package.json index 39bc19f1b0c..a465af90c03 100644 --- a/core/package.json +++ b/core/package.json @@ -29,7 +29,7 @@ "spellcheck:make-drupal-dict": "rm -f misc/cspell/dictionary.txt && touch misc/cspell/dictionary.txt && yarn -s spellcheck:core --unique --wordsOnly | tr '[:upper:]' '[:lower:]' | tr -d \\\\\\\\ | LC_ALL=C sort -u -o misc/cspell/dictionary.txt", "spellcheck:core": "cspell \"**/*\" \".*\" \"../composer/**/*\" \"../composer.json\"", "vendor-update": "node ./scripts/js/assets.js", - "watch:ckeditor5": "webpack --mode development --config ./modules/ckeditor5/webpack.config.js --watch", + "watch:ckeditor5": "webpack --config ./modules/ckeditor5/webpack.config.js --watch", "build:ckeditor5": "webpack --config ./modules/ckeditor5/webpack.config.js" }, "devDependencies": {