ptech-preset 1.5.1 → 1.5.2

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
@@ -524,7 +524,7 @@ function pluginCore(opts) {
524
524
  const fallbackCdn = `${CDN_BASE}${pkgSafe}/`;
525
525
  if (isBuild) {
526
526
  if (isHost) {
527
- config.output.assetPrefix = "auto";
527
+ config.output.assetPrefix = "/";
528
528
  } else {
529
529
  config.output.assetPrefix = fallbackCdn;
530
530
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ptech-preset",
3
- "version": "1.5.1",
3
+ "version": "1.5.2",
4
4
  "description": "Auto Module.",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",