Skip to content

preserveSymlinks in defaults doesn't seem to work #7194

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

Closed
adamdport opened this issue Jul 28, 2017 · 2 comments
Closed

preserveSymlinks in defaults doesn't seem to work #7194

adamdport opened this issue Jul 28, 2017 · 2 comments

Comments

@adamdport
Copy link

Bug Report or Feature Request (mark with an x)

- [ X ] bug report -> please search issues before submitting
- [ ] feature request

Versions.

1.2.4

Repro steps.

  1. Run the command ng build --preserveSymlinks
  2. Notice that symlinks are preserved
  3. edit .angular-cli.json's defaults section to include preserveSymlinks for build
"defaults": {
    "styleExt": "scss",
    "build": {
      "preserveSymlinks": true
    },
    "component": {
    }
}
  1. Run the command ng build
  2. Notice that symlinks aren't preserved

Desired functionality.

ng build should either honor the preserveSymlinks property value set in defaults

Mention any other details that might be useful.

@filipesilva
Copy link
Contributor

The option isn't available in the version you are using. I think it's only really there in @angular/cli@next for now, which will be the future 1.3.0.

@angular-automatic-lock-bot
Copy link

This issue has been automatically locked due to inactivity.
Please file a new issue if you are encountering a similar or related problem.

Read more about our automatic conversation locking policy.

This action has been performed automatically by a bot.

@angular-automatic-lock-bot angular-automatic-lock-bot bot locked and limited conversation to collaborators Sep 7, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants