Konstantin Nikolaev
Results
2
issues of
Konstantin Nikolaev
### Use case for the feature Can you add country capital's coords in the package? ### Examples or links http://techslides.com/demos/country-capitals.json https://github.com/Ginden/capitals/ http://techslides.com/list-of-countries-and-capitals
feature request
You can use this code for add support Webpack v5 ```javascript import { Compiler } from 'webpack'; interface SaveRemoteFilePluginOptions { url: string filepath: string } class SaveRemoteFilePlugin { pluginName =...
enhancement