mirror of
https://github.com/NovaGM/ModuleBuilder.git
synced 2024-08-15 00:23:33 +00:00
Just use name.js instead of random sanitisation
This commit is contained in:
parent
15be1775da
commit
905849c3dd
74 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue