Brad Risse
Results
2
comments of
Brad Risse
In the webpack config files add `new HtmlWebpackPlugin({title: 'Your Title Here'}),`
Here is what I used ``` sendToExternalService(file) { return new Promise(function(resolve, reject) { let formData = new FormData() formData.append("image", file.buffer, file.originalname) formData.submit( { protocol: "https:", host: `example.com`, path: `/image_upload`, headers:...