@@ -69,7 +69,10 @@ module.exports = {
{
loader: 'style-loader',
options: {
- injectType: 'singletonStyleTag'
+ injectType: 'singletonStyleTag',
+ attributes: {
+ 'data-cke': true
+ }
}
},