diff --git a/package.json b/package.json index c89ceb9c2e..9a9e490f96 100644 --- a/package.json +++ b/package.json @@ -57,7 +57,8 @@ "style-loader": "^1.0.0", "terser-webpack-plugin": "^2.2.1", "webpack": "^4.39.1", - "webpack-cli": "^3.3.6" + "webpack-cli": "^3.3.6", + "webpack-dev-server": "^3.9.0" }, "engines": { "node": ">=8.0.0", @@ -72,6 +73,7 @@ "url": "https://github.com/ckeditor/ckeditor5-build-classic.git" }, "scripts": { + "start": "webpack-dev-server", "build": "webpack --mode production", "lint": "eslint --quiet '**/*.js'", "stylelint": "stylelint --quiet --allow-empty-input 'theme/**/*.css' 'docs/**/*.css'", diff --git a/sample/index.html b/sample/index.html index 5f4e2c46d1..45a8ee8e16 100644 --- a/sample/index.html +++ b/sample/index.html @@ -20,13 +20,13 @@

Sample

This is an instance of the classic editor build.

- Autumn fields + Autumn fields

You can use this sample to validate whether your custom build works fine.

- +