@yannick-z/modulo 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/131.js +1 -1
- package/dist/839.js +1 -1
- package/dist/938.js +1 -1
- package/package.json +1 -1
- package/src/config/presets.ts +1 -1
- package/src/packer/page.ts +1 -1
package/dist/131.js
CHANGED
|
@@ -27,7 +27,7 @@ const logger = {
|
|
|
27
27
|
}
|
|
28
28
|
};
|
|
29
29
|
var package_namespaceObject = {
|
|
30
|
-
rE: "0.3.
|
|
30
|
+
rE: "0.3.4"
|
|
31
31
|
};
|
|
32
32
|
const cli = cac("modulo");
|
|
33
33
|
cli.command("init <target>", "Initialize modulo configuration or scripts").option("-f, --force", "Force overwrite existing files").option("--path <path>", "Specify the path to initialize").option("--preset <preset>", "Specify the preset to use").action((target, options)=>{
|
package/dist/839.js
CHANGED
package/dist/938.js
CHANGED
package/package.json
CHANGED
package/src/config/presets.ts
CHANGED
package/src/packer/page.ts
CHANGED
|
@@ -50,7 +50,7 @@ export async function page_pack(args: ModuloArgs_Pack) {
|
|
|
50
50
|
output: {
|
|
51
51
|
assetPrefix: config.url.cdn || config.url.base,
|
|
52
52
|
distPath: {
|
|
53
|
-
root: config.output.
|
|
53
|
+
root: config.output.distPath,
|
|
54
54
|
},
|
|
55
55
|
externals,
|
|
56
56
|
filenameHash: config.output.filenameHash,
|