Skip to content

Commit

Permalink
Merge 9b3cf65 into 5874d2a
Browse files Browse the repository at this point in the history
  • Loading branch information
psmyrek committed Mar 22, 2022
2 parents 5874d2a + 9b3cf65 commit cd4db0e
Show file tree
Hide file tree
Showing 3 changed files with 703 additions and 84 deletions.
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -37,7 +37,7 @@
"@ckeditor/ckeditor5-autoformat": "^33.0.0",
"@ckeditor/ckeditor5-basic-styles": "^33.0.0",
"@ckeditor/ckeditor5-block-quote": "^33.0.0",
"@ckeditor/ckeditor5-dev-env": "^27.4.0",
"@ckeditor/ckeditor5-dev-env": "^30.0.0",
"@ckeditor/ckeditor5-editor-decoupled": "^33.0.0",
"@ckeditor/ckeditor5-essentials": "^33.0.0",
"@ckeditor/ckeditor5-heading": "^33.0.0",
Expand Down Expand Up @@ -79,7 +79,7 @@
"lint-staged": "^10.5.4",
"lodash.isequal": "^4.5.0",
"mocha": "^7.2.0",
"postcss-loader": "^3.0.0",
"postcss-loader": "^4.3.0",
"postcss-nesting": "^7.0.1",
"prop-types": "^15.7.2",
"react": "^16.14.0",
Expand Down
2 changes: 1 addition & 1 deletion webpack.config.js
Expand Up @@ -64,7 +64,7 @@ module.exports = ( env, argv ) => {
loader: 'postcss-loader',
options: {
sourceMap: devMode,
config: {
postcssOptions: {
ctx: {
cssnano: !devMode
}
Expand Down

0 comments on commit cd4db0e

Please sign in to comment.