Skip to content

Commit 4f66d71

Browse files
authored
fix: Add new stencil config file to zip bundle (#1259)
1 parent 988c787 commit 4f66d71

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/stencil-bundle.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ const PATHS_TO_ZIP = [
3131
{ pattern: 'package.json' },
3232
{ pattern: 'README.md' },
3333
{ pattern: '.scss-lint.yml' },
34+
{ pattern: 'stencil.conf.cjs' },
3435
{ pattern: 'stencil.conf.js' },
3536
{ pattern: 'templates/**/*' },
3637
{ pattern: 'webpack.*.js' },

0 commit comments

Comments
 (0)