mirror of
https://github.com/thinkjs/thinkjs.git
synced 2026-01-25 14:42:47 +00:00
Merge branch '3.0' of github.com:thinkjs/thinkjs into 3.0
This commit is contained in:
commit
cfe910faab
@ -44,7 +44,7 @@ module.exports = class Application {
|
||||
* watcher callback
|
||||
*/
|
||||
_watcherCallBack(fileInfo){
|
||||
const transpiler = this.options.transpiler;
|
||||
let transpiler = this.options.transpiler;
|
||||
if(transpiler){
|
||||
if(!helper.isArray(transpiler)){
|
||||
transpiler = [transpiler];
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user