How to set the configuration through command line individually ?
ionic config set hooks
How to set the configuration through command line individually ?
ionic config set hooks
Hey, what are you trying to do? The cli configs are more just for setting things like “npm or yarn”, nothing really too specific to an app.
I got the solution , thanks
ionic config set hooks ‘{"build:after": "./attach-source-maps.js"}’ --json --force