Marcin Szczepanski

Results 14 issues of Marcin Szczepanski

| Title | Description | --------------------|------------ | Version | v0.20.7 | Type | Issue | node | 10.7.0 (but also happened on Node 8) | Operating System | macOS |...

Had to do some work to the tests to ensure that it could still validate assets when the contents were no longer available in the stats object due to `futureEmitAssets`,...

In some cases imports will contain query strings. The enhanced-resolver plugin for the "exports" field in package.json will fail to resolve these imports correctly. This change will strip any query...

When updating our codebase to TypeScript we found instances where the usages regex was not comprehensive enough to find all usages. While ideally we would move to an AST based...

bug

This change implements a cache for `Source`s generated by this plugin so that on subsequent builds (i.e. incremental builds) we can re-use the same `Source` if the content hasn't changed....

With Webpack 5 this plugin results in a deprecation warning: ``` (node:96995) [DEP_WEBPACK_COMPILATION_OPTIMIZE_CHUNK_ASSETS] DeprecationWarning: optimizeChunkAssets is deprecated (use Compilation.hook.processAssets instead and use one of Compilation.PROCESS_ASSETS_STAGE_* as stage option) at /Users//node_modules/wrapper-webpack-plugin/wrapper-webpack-plugin.js:40:43...

When a bundle is "inlined", for example when an SVG import should result in an SVG string, the `@react-loosely-lazy/parcel-reporter-manifest` fails because it expects `referencedBundles` to all have a filePath. There...

A number of people in issue #12 have asked for the ability to customise the messages, such as adding build parameters etc. By using Mustache templates for build messages this...

CF11 is out now - look at integrating the "Express" version.

enhancement

For example, something like `git-ratchet baseline -p pageweightv1` would show the most recent commit id where the metric was equal to the baseline for each known metric in the most...