Skip to content

Commit

Permalink
Use single <style> tag for production build.
Browse files Browse the repository at this point in the history
  • Loading branch information
pomek committed Dec 3, 2020
1 parent ab8e0ff commit 159b706
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions webpack.config.js
Expand Up @@ -39,6 +39,7 @@ module.exports = ( env, argv ) => {
{
loader: 'style-loader',
options: {
injectType: devMode ? 'styleTag' : 'singletonStyleTag',
attributes: {
'data-cke-inspector': true
}
Expand Down

0 comments on commit 159b706

Please sign in to comment.