You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,7 +19,7 @@ All notable changes to this project will be documented in this file. See [standa
19
19
* the `localsConvention` option was moved and renamed to the `modules.exportLocalsConvention` option
20
20
* the `getLocalIndent` option should be always `Function` and should always return `String` value
21
21
* the `onlyLocals` option was moved and renamed to the `modules.exportOnlyLocals` option
22
-
* function arguments of the `import` option were changed, it is now `funciton(url, media, resourcePath) {}`
22
+
* function arguments of the `import` option were changed, it is now `function(url, media, resourcePath) {}`
23
23
* inline syntax was changed, please write `~` before the file request, i.e. rewrite `url(~!!loader!package/img.png)` to `url(!!loader!~package/img.png)`
0 commit comments