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: packages/build-tools/utils/config.schema.yml
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -225,6 +225,9 @@
225
225
- none
226
226
- console
227
227
- cli
228
+
configureWebpack:
229
+
type: object
230
+
description: 'Passing in an object will merge any config customizations with the default Bolt Webpack config (via <a href="https://github.com/survivejs/webpack-merge" target="_blank">webpack-merge</a>).'
228
231
configFileUsed:
229
232
type: string
230
233
description: The filepath to the `.boltrc` file used to load config. Programatically added to config.
0 commit comments