Skip to content

Commit 2ed1077

Browse files
author
Christopher Baker
authored
Cleanup markdown sample code (#19)
* Use const/let in sample code * run eslint on markdown code * run eslint on markdown code
1 parent 42a2b69 commit 2ed1077

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

CONTRIBUTING.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -78,12 +78,13 @@ To output minified versions, in the `build.js` add `minify: true` to the outputs
7878

7979
```js
8080
{
81-
// in build.js export config
82-
outputs: {
83-
"+cjs": { minify: true },
84-
"+amd": { minify: true },
85-
"+global-js": { minify: true }
86-
}
81+
82+
// in build.js export config
83+
outputs: {
84+
"+cjs": { minify: true },
85+
"+amd": { minify: true },
86+
"+global-js": { minify: true }
87+
}
8788
}
8889
```
8990

0 commit comments

Comments
 (0)