feat(runner): fix an issue where charword was generated every time and update assets filename

This commit is contained in:
Haoyu Xu
2023-02-05 17:18:49 -05:00
parent 470e939a2a
commit 17ec651549
4 changed files with 4 additions and 4 deletions

View File

@@ -47,7 +47,6 @@ export default class Vite {
alias: {
'@': path.resolve(__dirname, './src'),
'!': path.resolve(__dirname, this.#config.folder.operator, this.#operatorName),
'#': path.resolve(__dirname, this.#config.folder.operator, this.#operatorName, `${this.#config.operators[this.#operatorName].filename}.json`),
},
},
build: {