Skip to content

Commit

Permalink
Add minify: false to default config, it is the current behaviour anyway
Browse files Browse the repository at this point in the history
  • Loading branch information
rejas committed Mar 2, 2019
1 parent 342bcd5 commit b66558e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/config-all.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
{
"classPrefix": "",
"scriptGlobalName": "window",
"enableClasses": true,
"enableJSClass": true,
"scriptGlobalName": "window",
"usePrefixes": true,
"minify": false,
"options": [
"addTest",
"atRule",
Expand Down

0 comments on commit b66558e

Please sign in to comment.