Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions packages/cli/lib/base-generator.js
Original file line number Diff line number Diff line change
Expand Up @@ -383,6 +383,9 @@ module.exports = class BaseGenerator extends Generator {
context,
templateOptions = {},
copyOptions = {
// See https://github.com/SBoudrias/mem-fs-editor/pull/147
// Don't remove .ejs from the file name to keep backward-compatibility
processDestinationPath: destPath => destPath,
// See https://github.com/mrmlnc/fast-glob#options-1
globOptions: {
// Allow patterns to match filenames starting with a period (files &
Expand Down
Loading