Just use name.js instead of random sanitisation

This commit is contained in:
Ducko 2021-01-23 19:17:41 +00:00
parent 15be1775da
commit 905849c3dd
74 changed files with 1 additions and 1 deletions

View File

@ -62,7 +62,7 @@ for (const repo of ModuleRepos) {
// console.log(manifest);
const outFile = `${manifest.name.replace(/ /g, '_').toLowerCase()}.js`;
const outFile = `${manifest.name}.js`;
const bundler = new Parcel(`${cloneDir}${moduleDir}/${manifest.main}`, Object.assign(parcelOptions, {
outFile