@pinegrow/iles-module 3.0.0-beta.116 → 3.0.0-beta.118

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.
package/dist/index.cjs CHANGED
@@ -95,7 +95,6 @@ async function src_default(moduleOptions) {
95
95
  vite: await getViteConfiguration(moduleOptions),
96
96
  // Just like in Vite plugins you can use this hook to extend the user config
97
97
  config(config) {
98
- config.vue.reactivityTransform = false;
99
98
  config.ssg.beforePageRender = (page) => {
100
99
  const doc = _nodehtmlparser2.default.parse(page.rendered, "text/html");
101
100
  const addons = [
package/dist/index.js CHANGED
@@ -95,7 +95,6 @@ async function src_default(moduleOptions) {
95
95
  vite: await getViteConfiguration(moduleOptions),
96
96
  // Just like in Vite plugins you can use this hook to extend the user config
97
97
  config(config) {
98
- config.vue.reactivityTransform = false;
99
98
  config.ssg.beforePageRender = (page) => {
100
99
  const doc = htmlParser.parse(page.rendered, "text/html");
101
100
  const addons = [
@@ -1,6 +1,7 @@
1
1
  // src/live-designer.mjs
2
- import pkg from "@pinegrow/vite-plugin";
3
- var liveDesigner = pkg.liveDesigner;
2
+ import { liveDesigner } from '@pinegrow/vite-plugin/dev'
3
+ // import pkg from "@pinegrow/vite-plugin";
4
+ // var liveDesigner = pkg.liveDesigner;
4
5
  export {
5
6
  liveDesigner
6
7
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pinegrow/iles-module",
3
- "version": "3.0.0-beta.116",
3
+ "version": "3.0.0-beta.118",
4
4
  "description": "Pinegrow Iles Module",
5
5
  "author": "Pinegrow (http://pinegrow.com/)",
6
6
  "license": "MIT",
@@ -33,7 +33,7 @@
33
33
  "increment-beta-version": "npm version prerelease --preid=beta"
34
34
  },
35
35
  "dependencies": {
36
- "@pinegrow/vite-plugin": "3.0.0-beta.116",
36
+ "@pinegrow/vite-plugin": "3.0.0-beta.118",
37
37
  "node-html-parser": "^6.1.5",
38
38
  "unplugin-auto-import": "^0.15.2"
39
39
  },