Closed rayjanwilson closed 6 years ago
currently writeJavaScriptConfiguration creates the file by appending strings.
this can be simplified by building a config object, then using JSON.stringify() with indentation options to accomplish the same thing.
this will allow us to extend the function to support more amplify features
PR incoming
Thank you for the PR!
currently writeJavaScriptConfiguration creates the file by appending strings.
this can be simplified by building a config object, then using JSON.stringify() with indentation options to accomplish the same thing.
this will allow us to extend the function to support more amplify features
PR incoming