mirror of
https://github.com/lrsjng/h5ai.git
synced 2025-08-08 14:56:35 +02:00
Clean build file.
This commit is contained in:
8
ghu.js
8
ghu.js
@@ -61,8 +61,7 @@ ghu.task('build:scripts', runtime => {
|
||||
cacheDirectory: true
|
||||
}
|
||||
}
|
||||
],
|
||||
presets: ['es2015']
|
||||
]
|
||||
}
|
||||
};
|
||||
|
||||
@@ -126,7 +125,10 @@ ghu.task('build:tests', ['build:styles'], 'build the test suite', () => {
|
||||
{
|
||||
include: [TEST],
|
||||
loader: 'babel',
|
||||
query: {cacheDirectory: true}
|
||||
query: {
|
||||
presets: ['es2015'],
|
||||
cacheDirectory: true
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
|
Reference in New Issue
Block a user