set the mime type in the download blob
This commit is contained in:
parent
626e578acb
commit
193664a8e8
5 changed files with 40 additions and 24 deletions
|
@ -14,8 +14,15 @@ module.exports = {
|
|||
{
|
||||
test: /\.js$/,
|
||||
loaders: 'babel-loader',
|
||||
include: [path.resolve(__dirname, 'frontend'), path.resolve(__dirname, 'node_modules/testpilot-ga/src')],
|
||||
query: { babelrc: false, presets: ['es2015', 'stage-2'], plugins: ['add-module-exports'] }
|
||||
include: [
|
||||
path.resolve(__dirname, 'frontend'),
|
||||
path.resolve(__dirname, 'node_modules/testpilot-ga/src')
|
||||
],
|
||||
query: {
|
||||
babelrc: false,
|
||||
presets: ['es2015', 'stage-2'],
|
||||
plugins: ['add-module-exports']
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue