Skip to content

Commit de31619

Browse files
committed
chore: add missing syntax highlighting in README
1 parent 0f7d70e commit de31619

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ It's important to only prepend it with `~`, because `~/` resolves to the home-di
134134

135135
Using webpack's resolver, you can import any file type. You just need a loader that exports valid Less code. Often, you will also want to set the `issuer` condition to ensure that this rule is only applied on imports originating from Less files:
136136

137-
```
137+
```js
138138
// webpack.config.js
139139
module.exports = {
140140
...

0 commit comments

Comments
 (0)