use cacheDirectory

This commit is contained in:
afc163
2016-02-03 11:40:18 +08:00
parent fdb4abb52a
commit a9701e3002

View File

@@ -33,6 +33,7 @@ module.exports = {
exclude: /node_modules/,
loader: 'babel',
query: {
cacheDirectory: true,
presets: ['es2015', 'react', 'stage-0'],
plugins: ['add-module-exports']
}