diff options
author | Alex Pott <alex.a.pott@googlemail.com> | 2022-09-06 00:11:21 +0100 |
---|---|---|
committer | Alex Pott <alex.a.pott@googlemail.com> | 2022-09-06 00:11:21 +0100 |
commit | d0154b5bfdd6866b6b1eb4c5bb4104360b14efe8 (patch) | |
tree | a14af44691ccacd61680516db56ca67f7af5df95 /core/modules/ckeditor5/webpack.config.js | |
parent | 7f5e7bf222e828e281a69e0c146bbec386f620ec (diff) | |
download | drupal-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.js | 1 |
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) { |