We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 988c787 commit 4f66d71Copy full SHA for 4f66d71
lib/stencil-bundle.js
@@ -31,6 +31,7 @@ const PATHS_TO_ZIP = [
31
{ pattern: 'package.json' },
32
{ pattern: 'README.md' },
33
{ pattern: '.scss-lint.yml' },
34
+ { pattern: 'stencil.conf.cjs' },
35
{ pattern: 'stencil.conf.js' },
36
{ pattern: 'templates/**/*' },
37
{ pattern: 'webpack.*.js' },
0 commit comments