Skip to content

Commit 7bff926

Browse files
committed
fix: remove useInstalledVersion from webpack config
1 parent f56ddc8 commit 7bff926

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

apps/generator-cli/webpack.config.js

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,11 +34,9 @@ module.exports = composePlugins(
3434

3535
config.plugins.push(
3636
new BannerPlugin({ banner: '#!/usr/bin/env node', raw: true }),
37-
new GeneratePackageJsonPlugin(basePackageValues, {
38-
useInstalledVersions: true,
39-
})
37+
new GeneratePackageJsonPlugin(basePackageValues),
4038
);
4139

4240
return config;
43-
}
41+
},
4442
);

0 commit comments

Comments
 (0)