@plumeria/next-plugin 0.27.0 → 0.28.0

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 +1 -1
  2. package/package.json +2 -2
package/dist/index.js CHANGED
@@ -21,7 +21,7 @@ function withPlumeria(nextConfig) {
21
21
  use: require.resolve('@plumeria/webpack-plugin/dist/virtual-css-loader'),
22
22
  });
23
23
  if (!config.plugins?.some((p) => p instanceof webpack_plugin_1.PlumeriaPlugin)) {
24
- config.plugins?.push(new webpack_plugin_1.PlumeriaPlugin({ entryPaths: 'pages/' }));
24
+ config.plugins?.push(new webpack_plugin_1.PlumeriaPlugin());
25
25
  }
26
26
  }
27
27
  return config;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@plumeria/next-plugin",
3
- "version": "0.27.0",
3
+ "version": "0.28.0",
4
4
  "description": "Plumeria Next.js plugin",
5
5
  "repository": {
6
6
  "type": "git",
@@ -14,7 +14,7 @@
14
14
  "dist/"
15
15
  ],
16
16
  "dependencies": {
17
- "@plumeria/webpack-plugin": "^0.27.0"
17
+ "@plumeria/webpack-plugin": "^0.28.0"
18
18
  },
19
19
  "devDependencies": {
20
20
  "next": "^16.0.3",