diff --git a/docs/getting-started.md b/docs/getting-started.md index e411da5a6..05baa3291 100644 --- a/docs/getting-started.md +++ b/docs/getting-started.md @@ -136,7 +136,7 @@ editor.BlockManager.add('my-block-id', { // use `content` for static strings, `components` string will be parsed // and transformed in Components components: 'HTML at some point', - } + } ] } }) diff --git a/package.json b/package.json index 69ae18fc2..0cfa5ca16 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "license": "BSD-3-Clause", "homepage": "http://grapesjs.com", "main": "dist/grapes.min.js", - "sideEffects": false, + "sideEffects": [ "*.vue", "*.css", "*.scss" ], "repository": { "type": "git", "url": "https://github.com/artf/grapesjs.git"