Skip to content

Commit 97bc47a

Browse files
authored
Feat: minimize options to be able to disable the js compression (styleguidist#1448)
* Feat: minimize options to be able to disable the js compression, sometimes it can cause errors. * Update src/scripts/schemas/config.js nice catch Co-Authored-By: Artem Sapegin <[email protected]> * Changelog: 🚀 ## New features * minimize options to be able to disable the js compression, sometimes it can cause errors. To disable it: ```js module.exports = { minimize: false, }; ``` * chore(changelog): release note
1 parent 099ef9a commit 97bc47a

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

Changelog.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
## New features
2+
3+
- minimize options to be able to disable the js compression, sometimes it can cause errors.
4+
5+
To disable it:
6+
7+
```js
8+
module.exports = {
9+
minimize: false
10+
}
11+
```

0 commit comments

Comments
 (0)