Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix regression in dynamic resolution for out-of-tree platforms #20662

Closed
wants to merge 15 commits into from
Closed
Changes from 1 commit
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
Prev Previous commit
Next Next commit
Revert prettier auto-fix.
  • Loading branch information
matthargett committed Aug 16, 2018
commit 403930c9f293ce48ef853d4ecbb55c2724bf8fa8
6 changes: 1 addition & 5 deletions local-cli/generator/templates.js
Original file line number Diff line number Diff line change
Expand Up @@ -171,11 +171,7 @@ function createFromRemoteTemplate(
// only for publishing the template to npm.
// We want to ignore this dummy file, otherwise it would overwrite
// our project's package.json file.
ignorePaths: [
'package.json',
'dependencies.json',
'devDependencies.json',
],
ignorePaths: ['package.json', 'dependencies.json','devDependencies.json'],
});
installTemplateDependencies(templatePath, yarnVersion);
installTemplateDevDependencies(templatePath, yarnVersion);
Expand Down