Commit 1616ee27 authored by Kamil Piechaczek's avatar Kamil Piechaczek

Added data-cke attribute to style selector.

parent 5cbb01c4
...@@ -69,7 +69,10 @@ module.exports = { ...@@ -69,7 +69,10 @@ module.exports = {
{ {
loader: 'style-loader', loader: 'style-loader',
options: { options: {
injectType: 'singletonStyleTag' injectType: 'singletonStyleTag',
attributes: {
'data-cke': true
}
} }
}, },
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment