@meteorjs/rspack 0.0.63 → 0.0.64

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.0.63",
3
+ "version": "0.0.64",
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
@@ -278,7 +278,6 @@ module.exports = async function (inMeteor = {}, argv = {}) {
278
278
  enabled === 'memory' ? undefined : cacheStrategy
279
279
  );
280
280
  Meteor.splitVendorChunk = () => splitVendorChunk();
281
- Meteor.createAngularConfig = () => createAngularConfig();
282
281
 
283
282
  // Add HtmlRspackPlugin function to Meteor
284
283
  Meteor.HtmlRspackPlugin = (options = {}) => {