@d1vij/jassm 0.1.9 → 0.1.10

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 +1 -1
package/dist/index.js CHANGED
@@ -311,7 +311,7 @@ function generateRegistries({
311
311
  throw new Error(`No such file exsits as ${src}`);
312
312
  }
313
313
  components.push([`${mountOn}${virtual}`, lazy(loader)]);
314
- exports.push([`${mountOn}${virtual}`, import(src)]);
314
+ exports.push([`${mountOn}${virtual}`, loader()]);
315
315
  }
316
316
  return [Object.fromEntries(components), Object.fromEntries(exports)];
317
317
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@d1vij/jassm",
3
3
  "description": "Just another static site maker. Create simple content driven sites using MDX and React along with Typescript safety.",
4
- "version": "0.1.9",
4
+ "version": "0.1.10",
5
5
  "type": "module",
6
6
  "files": [
7
7
  "dist"