ptech-preset 1.2.1 → 1.2.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.
Files changed (2) hide show
  1. package/dist/index.js +0 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -174,7 +174,6 @@ function pluginCore(opts) {
174
174
  }
175
175
  return {
176
176
  name: "plugin-mf-auto",
177
- apply: "build",
178
177
  async setup(api) {
179
178
  const { pluginModuleFederation } = await import("@module-federation/rsbuild-plugin");
180
179
  const getExposes = async () => {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ptech-preset",
3
- "version": "1.2.1",
3
+ "version": "1.2.2",
4
4
  "description": "Auto Module.",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",