forked from mystiq/hydrogen-web
Fix typos pointing to wrong files
This commit is contained in:
parent
cd007b40e1
commit
8fb2b2755a
2 changed files with 2 additions and 2 deletions
|
@ -10,7 +10,7 @@
|
||||||
},
|
},
|
||||||
"./paths/vite": "./paths/vite.js",
|
"./paths/vite": "./paths/vite.js",
|
||||||
"./style.css": "./asset-build/assets/index.css",
|
"./style.css": "./asset-build/assets/index.css",
|
||||||
"./main.js": "./asset-build/assets/download-sandbox.html",
|
"./main.js": "./asset-build/assets/main.js",
|
||||||
"./download-sandbox.html": "./asset-build/assets/download-sandbox.html",
|
"./download-sandbox.html": "./asset-build/assets/download-sandbox.html",
|
||||||
"./assets/*": "./asset-build/assets/*"
|
"./assets/*": "./asset-build/assets/*"
|
||||||
},
|
},
|
||||||
|
|
|
@ -3,7 +3,7 @@ const mergeOptions = require('merge-options');
|
||||||
const commonOptions = require("./vite.common-config.js");
|
const commonOptions = require("./vite.common-config.js");
|
||||||
|
|
||||||
const pathsToExport = [
|
const pathsToExport = [
|
||||||
"index.js",
|
"main.js",
|
||||||
"index.css",
|
"index.css",
|
||||||
"download-sandbox.html"
|
"download-sandbox.html"
|
||||||
];
|
];
|
||||||
|
|
Loading…
Reference in a new issue