Skip to content

Commit

Permalink
Merge stable into master
Browse files Browse the repository at this point in the history
  • Loading branch information
CKTravisBot authored May 6, 2021
2 parents ebbf474 + 9af274e commit 5a9fe1b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/builds/guides/integration/advanced-setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -459,7 +459,8 @@ Then, add this item to webpack [`module.rules`](https://webpack.js.org/configura
module: {
rules: [
{
test: /ckeditor5-[^\/\\]+[\/\\].+\.js$/,
// Match files from the `ckeditor5` package but also `ckeditor5-*` packages.
test: /(ckeditor5(?:-[^\/\\]+)?)[\/\\].+\.js$/,
use: [
{
loader: 'babel-loader',
Expand Down

0 comments on commit 5a9fe1b

Please sign in to comment.