We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a8354f8 commit 6f8d409Copy full SHA for 6f8d409
README.md
@@ -51,7 +51,8 @@ It is best used for libraries or apps that use AMD or CommonJS (using the [cjsTr
51
* Can be used for both full-fledged web apps and/or individual JavaScript libraries.
52
53
- If you are using AMDclean to build a JavaScript library, make sure these options are set appropriately (these are just suggestions):
54
- ```javascript
+
55
+```javascript
56
{
57
// Will not transform conditional AMD checks - Libraries use this to provide optional AMD support
58
'transformAMDChecks': false,
@@ -61,7 +62,7 @@ It is best used for libraries or apps that use AMD or CommonJS (using the [cjsTr
61
62
'end': '}());'
63
}
64
- ```
65
+```
66
67
* `define()` and `require()` calls.
68
0 commit comments