atdiff
atdiff
The project I'm working with is utilizing the dojo-webpack-plugin and when running with the speed-measure-webpack-plugin, I get the following error during the build: ``` C:\myapp\node_modules\webpack-plugin-compat\lib\pluginCompatV4.js:124 throw new Error(`No hook for...
For large API structures, it makes sense to have API and definitions split out into multiple files for reuse and readability. Both security and securityDefinitions seem like properties that would...
The list of loaders includes some projects that are outdated, unmaintained, and/or deprecated. For instance, these two projects are both listed for Typescript and are no longer maintained: * https://github.com/denvned/webpack-typescript...
Active?
Is this project still active and being maintained? Or is there another recommended alternative?
Looks like the last commit was 10 months ago. Is this project still active/maintained and recommended to be used for cleaning up unused CSS in webpack projects? Or is there...
Getting the following error. The project I'm working with includes the @arcgis/webpack-plugin (which includes the dojo webpack plugin as well). If I comment out the @arcgis/webpack-plugin, I don't run into...
When executing canvg on a page, the canvas gets shifted out of position and put into the wrong place. http://jsfiddle.net/difftech/f7e87oqb/1/ **Note**: For leaflet in this example, the option to disable...
What is the best way to represent a generic response/payload object that has basic fields such as message, total elements, data, and status? Where the variability between each API is...
It'd be nice to supply a list of reporters in the options in case I want multiple output or output formats. For example, I'd like to be able to send...
Is it possible to have multiple reporters that go to different reporterOutput? For instance, I want the jshint results to go to the standard console output as well as be...