-
Notifications
You must be signed in to change notification settings - Fork 12k
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
@angular/cli@1.1.1 ignores custom ngsw-manifest.json instead of merging it with auto-generated one #6654
Labels
P3
An issue that is relevant to core functions, but does not impede progress. Important, but not urgent
severity2: inconvenient
Comments
alxhub
added a commit
to alxhub/angular-cli
that referenced
this issue
Jun 20, 2017
A previous change broke the logic which brings an application ngsw-manifest.json into the Webpack build for merging with the auto-generated configuration. It caused the GlobCopyWebpackPlugin to look in the wrong directory for the existing manifest. This change sets the working directory for the copy plugin explicitly. Fixes angular#6654.
alxhub
added a commit
to alxhub/angular-cli
that referenced
this issue
Jun 20, 2017
A previous change broke the logic which brings an application ngsw-manifest.json into the Webpack build for merging with the auto-generated configuration. It caused the GlobCopyWebpackPlugin to look in the wrong directory for the existing manifest. This change sets the working directory for the copy plugin explicitly. Fixes angular#6654.
alxhub
added a commit
to alxhub/angular-cli
that referenced
this issue
Jun 20, 2017
…ect dir A previous change broke the logic which brings an application ngsw-manifest.json into the Webpack build for merging with the auto-generated configuration. It caused the GlobCopyWebpackPlugin to look in the wrong directory for the existing manifest. This change sets the working directory for the copy plugin explicitly. Fixes angular#6654.
hansl
pushed a commit
that referenced
this issue
Jun 21, 2017
…ect dir A previous change broke the logic which brings an application ngsw-manifest.json into the Webpack build for merging with the auto-generated configuration. It caused the GlobCopyWebpackPlugin to look in the wrong directory for the existing manifest. This change sets the working directory for the copy plugin explicitly. Fixes #6654.
Brocco
pushed a commit
that referenced
this issue
Jun 21, 2017
…ect dir A previous change broke the logic which brings an application ngsw-manifest.json into the Webpack build for merging with the auto-generated configuration. It caused the GlobCopyWebpackPlugin to look in the wrong directory for the existing manifest. This change sets the working directory for the copy plugin explicitly. Fixes #6654.
Brocco
pushed a commit
that referenced
this issue
Jun 21, 2017
…ect dir A previous change broke the logic which brings an application ngsw-manifest.json into the Webpack build for merging with the auto-generated configuration. It caused the GlobCopyWebpackPlugin to look in the wrong directory for the existing manifest. This change sets the working directory for the copy plugin explicitly. Fixes #6654.
mac2000
pushed a commit
to mac2000/angular-cli
that referenced
this issue
Jun 22, 2017
…ect dir A previous change broke the logic which brings an application ngsw-manifest.json into the Webpack build for merging with the auto-generated configuration. It caused the GlobCopyWebpackPlugin to look in the wrong directory for the existing manifest. This change sets the working directory for the copy plugin explicitly. Fixes angular#6654.
dond2clouds
pushed a commit
to d2clouds/speedray-cli
that referenced
this issue
Apr 23, 2018
…ect dir A previous change broke the logic which brings an application ngsw-manifest.json into the Webpack build for merging with the auto-generated configuration. It caused the GlobCopyWebpackPlugin to look in the wrong directory for the existing manifest. This change sets the working directory for the copy plugin explicitly. Fixes angular#6654.
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
P3
An issue that is relevant to core functions, but does not impede progress. Important, but not urgent
severity2: inconvenient
Bug Report or Feature Request (mark with an
x
)Versions.
@angular/cli: 1.1.1
@angular/cli: 1.2.0-beta.1
Repro steps.
"serviceWorker": true
for your app in.angular-cli.json
ngsw-manifest.json
in project root, for example:{ "push": { "showNotifications": true } }
ng build --prod
dist/ngsw-manifest.json
will contain onlystatic
plugin settings,push
will be ignored.Repo to experiment with
https://github.com/webmaxru/pwa-workshop-angular/tree/step9
The text was updated successfully, but these errors were encountered: