@plaudit/webpack-extensions 2.21.1 → 2.21.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -195,6 +195,7 @@ class BlockJSONManagingPlugin {
195
195
  static resolveFilesFromStats(compilationAssets, stats) {
196
196
  const singleFileChunkToOutputName = new Map(stats.assets
197
197
  .filter((asset) => asset.chunks?.length === 1)
198
+ .filter(asset => !asset.name.endsWith("-rtl.css"))
198
199
  .filter(asset => !asset.name.endsWith('.asset.php'))
199
200
  .map(asset => {
200
201
  let assetHash = asset.info.contenthash ?? asset.info.fullhash;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@plaudit/webpack-extensions",
3
- "version": "2.21.1",
3
+ "version": "2.21.2",
4
4
  "scripts": {
5
5
  "prepublishOnly": "rm -rf build && mkdir build && tsc",
6
6
  "build": "tsc",