We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent daf72bb commit 39cf01fCopy full SHA for 39cf01f
lib/builder.ts
@@ -92,7 +92,9 @@ export default class Builder {
92
/**
93
* A list of files that should be copied as-is into the final build
94
*/
95
- public packageFiles: string[] = [];
+ public packageFiles: string[] = [
96
+ 'package.json'
97
+ ];
98
99
100
* A list of directories that should be copied as-is into the final build
0 commit comments