summaryrefslogtreecommitdiffstats
path: root/webpack.js
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2022-08-31 15:56:47 +0200
committerJoas Schilling <coding@schilljs.com>2022-08-31 15:56:47 +0200
commitb5c5b4aafcfba7ec0e9c13fc064c08bfb1b3690d (patch)
tree7c5069fe1c9fd0315dfea92a14ab567a8767b108 /webpack.js
parent5bda7f0cecf939f52e8da199b28e21c830621446 (diff)
Adjust exclude list
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'webpack.js')
-rw-r--r--webpack.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/webpack.js b/webpack.js
index bdf24fa99..0ed882d69 100644
--- a/webpack.js
+++ b/webpack.js
@@ -23,7 +23,7 @@ webpackConfig.output.assetModuleFilename = '[name][ext]?v=[contenthash]'
// Edit JS rule
webpackRules.RULE_JS.exclude = BabelLoaderExcludeNodeModulesExcept([
- '@juliushaertl/vue-richtext',
+ '@nextcloud/vue-richtext',
'@nextcloud/event-bus',
'@nextcloud/vue-dashboard',
'ansi-regex',