WebpackConfigFileArgument top-level property
Implementation
final List<FigArg> WebpackConfigFileArgument = [
FigArg(
name: 'config',
suggestions: [
FigSuggestion(name: 'webpack.config'),
FigSuggestion(name: '.webpack/webpack.config'),
FigSuggestion(name: '.webpack/webpackfile'),
],
),
];