|
|
@@ -56,14 +56,14 @@ module.exports = {
|
|
|
module: {
|
|
|
rules: [
|
|
|
{
|
|
|
- // Or /ckeditor5-[^/]+\/theme\/icons\/[^/]+\.svg$/ if you want to limit this loader
|
|
|
+ // Or /ckeditor5-[^/]+\/theme\/icons\/.+\.svg$/ if you want to limit this loader
|
|
|
// to CKEditor 5 icons only.
|
|
|
test: /\.svg$/,
|
|
|
|
|
|
use: [ 'raw-loader' ]
|
|
|
},
|
|
|
{
|
|
|
- // Or /ckeditor5-[^/]+\/theme\/[^/]+\.css$/ if you want to limit this loader
|
|
|
+ // Or /ckeditor5-[^/]+\/theme\/.+\.css$/ if you want to limit this loader
|
|
|
// to CKEditor 5 theme only.
|
|
|
test: /\.css$/,
|
|
|
|