Skip to content
This repository has been archived by the owner on Jun 26, 2020. It is now read-only.

Commit

Permalink
Added data-cke attribute to style selector.
Browse files Browse the repository at this point in the history
  • Loading branch information
pomek committed Mar 18, 2020
1 parent a553964 commit 4bc656e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,10 @@ module.exports = {
{
loader: 'style-loader',
options: {
injectType: 'singletonStyleTag'
injectType: 'singletonStyleTag',
attributes: {
'data-cke': true
}
}
},
{
Expand Down

0 comments on commit 4bc656e

Please sign in to comment.