@sepveneto/plugin-mp-router-view 0.3.4 → 0.3.5
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/{chunk-TUTSLW5Q.js → chunk-QNXQRN2I.js} +4 -0
- package/dist/esbuild.js +1 -1
- package/dist/index.js +1 -1
- package/dist/loader.cjs +37207 -0
- package/dist/loader.d.ts +3 -0
- package/dist/loader.js +21 -0
- package/dist/rollup.js +1 -1
- package/dist/vite.js +1 -1
- package/dist/webpack.js +1 -1
- package/package.json +6 -1
|
@@ -37174,6 +37174,10 @@ var unplugin = /* @__PURE__ */ createUnplugin(unpluginFactory);
|
|
|
37174
37174
|
var src_default = unplugin;
|
|
37175
37175
|
|
|
37176
37176
|
export {
|
|
37177
|
+
isAppVue,
|
|
37178
|
+
isEntryPage,
|
|
37179
|
+
getPages,
|
|
37180
|
+
transform2 as transform,
|
|
37177
37181
|
NAME,
|
|
37178
37182
|
unpluginFactory,
|
|
37179
37183
|
unplugin,
|
package/dist/esbuild.js
CHANGED