File tree 5 files changed +11
-11
lines changed
integration/yarn-pnp.template
5 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 281
281
The (optional) fileName attribute specifies which file to take (relative to dependency-cruiser's
282
282
current working directory. When not provided defaults to './webpack.conf.js'.
283
283
284
- The (optional) `env` and `args ` attributes contain the parameters to be passed if
284
+ The (optional) `env` and `arguments ` attributes contain the parameters to be passed if
285
285
your webpack config is a function and takes them (see webpack documentation
286
286
for details)
287
287
*/
288
288
// "webpackConfig": {
289
289
// "fileName": "./webpack.conf.js"
290
290
// "env": { },
291
- // "args ": {}
291
+ // "arguments ": {}
292
292
// },
293
293
// "babelConfig": {
294
294
// "fileName": "./.babelrc"
Original file line number Diff line number Diff line change @@ -228,14 +228,14 @@ module.exports = {
228
228
to dependency-cruiser's current working directory. When not provided defaults
229
229
to './webpack.conf.js'.
230
230
231
- The (optional) `env` and `args ` attributes contain the parameters to be passed if
231
+ The (optional) `env` and `arguments ` attributes contain the parameters to be passed if
232
232
your webpack config is a function and takes them (see webpack documentation
233
233
for details)
234
234
*/
235
235
// , webpackConfig: {
236
236
// fileName: './webpack.config.js'
237
237
// , env: {}
238
- // , args : {}
238
+ // , arguments : {}
239
239
// }
240
240
241
241
/* How to resolve external modules - use "yarn-pnp" if you're using yarn's Plug'n'Play.
Original file line number Diff line number Diff line change @@ -333,21 +333,21 @@ module.exports = {
333
333
to dependency-cruiser's current working directory. When not provided defaults
334
334
to './webpack.conf.js'.
335
335
336
- The (optional) `env` and `args ` attributes contain the parameters to be passed if
336
+ The (optional) `env` and `arguments ` attributes contain the parameters to be passed if
337
337
your webpack config is a function and takes them (see webpack documentation
338
338
for details)
339
339
*/
340
340
{{ #if useWebpackConfig }}
341
341
webpackConfig: {
342
342
fileName: '{{ webpackConfig }} ',
343
343
// env: {},
344
- // args : {},
344
+ // arguments : {},
345
345
},
346
346
{{ ^}}
347
347
// webpackConfig: {
348
348
// fileName: './webpack.config.js',
349
349
// env: {},
350
- // args : {},
350
+ // arguments : {},
351
351
// },
352
352
{{ /if }}
353
353
Original file line number Diff line number Diff line change @@ -74,14 +74,14 @@ module.exports = {
74
74
The (optional) fileName attribute specifies which file to take (relative to dependency-cruiser's
75
75
current working directory. When not provided defaults to './webpack.conf.js'.
76
76
77
- The (optional) `env` and `args ` attributes contain the parameters to be passed if
77
+ The (optional) `env` and `arguments ` attributes contain the parameters to be passed if
78
78
your webpack config is a function and takes them (see webpack documentation
79
79
for details)
80
80
*/
81
81
// , webpackConfig: {
82
82
// fileName: './webpack.config.js'
83
83
//, env: {}
84
- //, args : {}
84
+ //, arguments : {}
85
85
// }
86
86
}
87
87
} ;
Original file line number Diff line number Diff line change @@ -122,14 +122,14 @@ module.exports = {
122
122
The (optional) fileName attribute specifies which file to take (relative to dependency-cruiser's
123
123
current working directory. When not provided defaults to './webpack.conf.js'.
124
124
125
- The (optional) `env` and `args ` attributes contain the parameters to be passed if
125
+ The (optional) `env` and `arguments ` attributes contain the parameters to be passed if
126
126
your webpack config is a function and takes them (see webpack documentation
127
127
for details)
128
128
*/
129
129
// , webpackConfig: {
130
130
// fileName: './webpack.conf.js'
131
131
// , env: {}
132
- // , args : {}
132
+ // , arguments : {}
133
133
// }
134
134
}
135
135
} ;
You can’t perform that action at this time.
0 commit comments