We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f56ddc8 commit 7bff926Copy full SHA for 7bff926
apps/generator-cli/webpack.config.js
@@ -34,11 +34,9 @@ module.exports = composePlugins(
34
35
config.plugins.push(
36
new BannerPlugin({ banner: '#!/usr/bin/env node', raw: true }),
37
- new GeneratePackageJsonPlugin(basePackageValues, {
38
- useInstalledVersions: true,
39
- })
+ new GeneratePackageJsonPlugin(basePackageValues),
40
);
41
42
return config;
43
- }
+ },
44
0 commit comments