mirror of
https://github.com/lrsjng/h5ai.git
synced 2025-05-23 11:37:03 -04:00
Clean build file.
This commit is contained in:
parent
f0a9937dc6
commit
2ee4a18e1c
1 changed files with 5 additions and 3 deletions
8
ghu.js
8
ghu.js
|
@ -61,8 +61,7 @@ ghu.task('build:scripts', runtime => {
|
||||||
cacheDirectory: true
|
cacheDirectory: true
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
],
|
]
|
||||||
presets: ['es2015']
|
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -126,7 +125,10 @@ ghu.task('build:tests', ['build:styles'], 'build the test suite', () => {
|
||||||
{
|
{
|
||||||
include: [TEST],
|
include: [TEST],
|
||||||
loader: 'babel',
|
loader: 'babel',
|
||||||
query: {cacheDirectory: true}
|
query: {
|
||||||
|
presets: ['es2015'],
|
||||||
|
cacheDirectory: true
|
||||||
|
}
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue