Skip to content

Commit

Permalink
Update webpack.config
Browse files Browse the repository at this point in the history
  • Loading branch information
fsbraun committed Oct 1, 2024
1 parent 69f7684 commit a2966dc
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ module.exports = {
editor: './private/js/cms.editor.js',
tiptap: './private/js/cms.tiptap.js',
tinymce: './private/js/cms.tinymce.js',
ckeditor5: './private/js/cms.ckeditor5.js',
ckeditor4: './private/js/cms.ckeditor4.js',
quill: './private/js/cms.quill.js',
},
Expand Down Expand Up @@ -54,18 +53,6 @@ module.exports = {
}
}
},
'css-loader',
{
loader: 'postcss-loader',
options: {
postcssOptions: styles.getPostCssConfig({
themeImporter: {
themePath: require.resolve('@ckeditor/ckeditor5-theme-lark')
},
minify: true
})
}
}
]
},
{
Expand Down

0 comments on commit a2966dc

Please sign in to comment.