summaryrefslogtreecommitdiffstats
path: root/webpack.config.js
diff options
context:
space:
mode:
authorJulien Veyssier <julien-nc@posteo.net>2023-03-01 15:39:49 +0100
committerJulien Veyssier <julien-nc@posteo.net>2023-03-02 13:41:03 +0100
commitda7af1d7cb0ae7d82246c543bbc8a78ff7365e9b (patch)
tree728e3ae7f4d106c9d16d2bf97804f6fb9ae11148 /webpack.config.js
parentac623a4b8b0bbce497dcaee31fe124754e59618e (diff)
use all RichText related components/functions from @nextcloud/vue
Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
Diffstat (limited to 'webpack.config.js')
-rw-r--r--webpack.config.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/webpack.config.js b/webpack.config.js
index e11f5f7db..45050c80f 100644
--- a/webpack.config.js
+++ b/webpack.config.js
@@ -24,7 +24,6 @@ webpackConfig.output.assetModuleFilename = '[name][ext]?v=[contenthash]'
// Edit JS rule
webpackRules.RULE_JS.exclude = BabelLoaderExcludeNodeModulesExcept([
- '@nextcloud/vue-richtext',
'@nextcloud/event-bus',
'ansi-regex',
'color.js',