mirror of
https://github.com/vector-im/hydrogen-web.git
synced 2024-11-20 03:25:52 +01:00
Fix typos pointing to wrong files
This commit is contained in:
parent
cd007b40e1
commit
8fb2b2755a
@ -10,7 +10,7 @@
|
||||
},
|
||||
"./paths/vite": "./paths/vite.js",
|
||||
"./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",
|
||||
"./assets/*": "./asset-build/assets/*"
|
||||
},
|
||||
|
@ -3,7 +3,7 @@ const mergeOptions = require('merge-options');
|
||||
const commonOptions = require("./vite.common-config.js");
|
||||
|
||||
const pathsToExport = [
|
||||
"index.js",
|
||||
"main.js",
|
||||
"index.css",
|
||||
"download-sandbox.html"
|
||||
];
|
||||
|
Loading…
Reference in New Issue
Block a user