@meteorjs/rspack 0.3.50 → 0.3.51

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.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/rspack.config.js +0 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@meteorjs/rspack",
3
- "version": "0.3.50",
3
+ "version": "0.3.51",
4
4
  "description": "Configuration logic for using Rspack in Meteor projects",
5
5
  "main": "index.js",
6
6
  "type": "commonjs",
package/rspack.config.js CHANGED
@@ -662,7 +662,6 @@ module.exports = async function (inMeteor = {}, argv = {}) {
662
662
  "entry",
663
663
  "output.path",
664
664
  "output.filename",
665
- "output.publicPath",
666
665
  ...(Meteor.isServer ? ["optimization.splitChunks", "optimization.runtimeChunk"] : []),
667
666
  ].filter(Boolean);
668
667