@nx/webpack 18.1.3 → 18.2.0-beta.1

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.
package/LICENSE CHANGED
@@ -1,6 +1,6 @@
1
1
  (The MIT License)
2
2
 
3
- Copyright (c) 2017-2023 Narwhal Technologies Inc.
3
+ Copyright (c) 2017-2024 Narwhal Technologies Inc.
4
4
 
5
5
  Permission is hereby granted, free of charge, to any person obtaining
6
6
  a copy of this software and associated documentation files (the
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nx/webpack",
3
- "version": "18.1.3",
3
+ "version": "18.2.0-beta.1",
4
4
  "private": false,
5
5
  "description": "The Nx Plugin for Webpack contains executors and generators that support building applications using Webpack.",
6
6
  "repository": {
@@ -63,9 +63,9 @@
63
63
  "webpack-dev-server": "^4.9.3",
64
64
  "webpack-node-externals": "^3.0.0",
65
65
  "webpack-subresource-integrity": "^5.1.0",
66
- "@nx/devkit": "18.1.3",
67
- "@nx/js": "18.1.3",
68
- "@nrwl/webpack": "18.1.3"
66
+ "@nx/devkit": "18.2.0-beta.1",
67
+ "@nx/js": "18.2.0-beta.1",
68
+ "@nrwl/webpack": "18.2.0-beta.1"
69
69
  },
70
70
  "publishConfig": {
71
71
  "access": "public"
@@ -335,7 +335,7 @@ function applyWebConfig(options, config = {}, { useNormalizedEntry, } = {}) {
335
335
  type: 'asset',
336
336
  parser: {
337
337
  dataUrlCondition: {
338
- maxSize: 10000, // 10 kB
338
+ maxSize: 10_000, // 10 kB
339
339
  },
340
340
  },
341
341
  generator: {
@@ -348,7 +348,7 @@ function applyWebConfig(options, config = {}, { useNormalizedEntry, } = {}) {
348
348
  type: 'asset',
349
349
  parser: {
350
350
  dataUrlCondition: {
351
- maxSize: 10000, // 10 kB
351
+ maxSize: 10_000, // 10 kB
352
352
  },
353
353
  },
354
354
  generator: {