feat(runner): fix an issue where charword was generated every time and update assets filename
This commit is contained in:
1
vite.js
1
vite.js
@@ -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: {
|
||||
|
||||
Reference in New Issue
Block a user