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: docs/en/options.md
+7Lines changed: 7 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -54,3 +54,10 @@
54
54
Whether to enable source maps for CSS. Disabling this can avoid some relative path related bugs in `css-loader` and make the build a bit faster.
55
55
56
56
Note this is automatically set to `false` if the `devtool` option is not present in the main Webpack config.
57
+
58
+
### template
59
+
60
+
- ^8.4.0
61
+
- type: `Object`
62
+
63
+
Pass options to the template rendering engine (via [consolidate](https://github.com/tj/consolidate.js)) if you are using a non-html templating language.
0 commit comments