metaowl 0.2.2 → 0.2.3

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/vite/plugin.js +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "metaowl",
3
- "version": "0.2.2",
3
+ "version": "0.2.3",
4
4
  "description": "Lightweight meta-framework for Odoo OWL — file-based routing, app mounting, Fetch helper, Cache, Meta tags, SSG generator, and a Vite plugin.",
5
5
  "type": "module",
6
6
  "main": "index.js",
package/vite/plugin.js CHANGED
@@ -154,7 +154,7 @@ export async function metaowlPlugin(options = {}) {
154
154
  chunkSizeWarningLimit: 1024,
155
155
  target: 'esnext',
156
156
  rollupOptions: {
157
- input: resolve(process.cwd(), root, 'index.html'),
157
+ input: 'index.html',
158
158
  output: {
159
159
  manualChunks: {
160
160
  vendor: vendorPackages,