Skip to content

Commit 45ce532

Browse files
committed
docs(config) use singlequote on js string
1 parent a6fd31f commit 45ce532

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/configuration/output.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ module.exports = {
102102
//...
103103
output: {
104104
//...
105-
chunkFilename: `[id].js`
105+
chunkFilename: '[id].js'
106106
}
107107
};
108108
```

0 commit comments

Comments
 (0)