summaryrefslogtreecommitdiffstatshomepage
path: root/core/modules/ckeditor5/webpack.config.js
diff options
context:
space:
mode:
authorAlex Pott <alex.a.pott@googlemail.com>2022-09-06 00:11:21 +0100
committerAlex Pott <alex.a.pott@googlemail.com>2022-09-06 00:11:21 +0100
commitd0154b5bfdd6866b6b1eb4c5bb4104360b14efe8 (patch)
treea14af44691ccacd61680516db56ca67f7af5df95 /core/modules/ckeditor5/webpack.config.js
parent7f5e7bf222e828e281a69e0c146bbec386f620ec (diff)
downloaddrupal-d0154b5bfdd6866b6b1eb4c5bb4104360b14efe8.tar.gz
drupal-d0154b5bfdd6866b6b1eb4c5bb4104360b14efe8.zip
Issue #3307713 by lauriii, Spokje: Remove @ckeditor/ckeditor5-dev-utils
Diffstat (limited to 'core/modules/ckeditor5/webpack.config.js')
-rw-r--r--core/modules/ckeditor5/webpack.config.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/core/modules/ckeditor5/webpack.config.js b/core/modules/ckeditor5/webpack.config.js
index 4496eb61289..c4cd1e83950 100644
--- a/core/modules/ckeditor5/webpack.config.js
+++ b/core/modules/ckeditor5/webpack.config.js
@@ -1,7 +1,6 @@
const path = require('path');
const fs = require('fs');
const webpack = require('webpack');
-const { styles, builds } = require('@ckeditor/ckeditor5-dev-utils');
const TerserPlugin = require('terser-webpack-plugin');
function getDirectories(srcpath) {