Skip to content

Instantly share code, notes, and snippets.

View Sidibedev's full-sized avatar
🎯
Focusing

Mohamed sidibe Sidibedev

🎯
Focusing
View GitHub Profile
# This is a sample build configuration for JavaScript.
# Check our guides at https://confluence.atlassian.com/x/14UWN for more examples.
# Only use spaces to indent your .yml configuration.
# -----
# You can specify a custom docker image from Docker Hub as your build environment.
image: node:13.0.0
definitions:
caches:
npm: ~/.npm
jest: .jest
@Sidibedev
Sidibedev / gist:a9611822ae3adeb5efa142109d9687a9
Created November 5, 2018 02:32
adding pwa to angular project
ng add @angular/pwa
"env": {
"production": {
"plugins": ["transform-remove-console"]
}
}