WebpackConfigFileArgument top-level property

List<FigArg> WebpackConfigFileArgument
final

Implementation

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