download cancel and progress
This commit is contained in:
parent
921df9e1aa
commit
6db3009e5f
5 changed files with 21 additions and 28 deletions
|
@ -1,10 +1,12 @@
|
|||
const path = require('path');
|
||||
|
||||
/*
|
||||
const regularJSOptions = {
|
||||
babelrc: false,
|
||||
presets: [['env'], 'stage-2'],
|
||||
plugins: ['transform-runtime']
|
||||
};
|
||||
*/
|
||||
|
||||
const entry = {
|
||||
serviceWorker: ['./app/serviceWorker.js']
|
||||
|
@ -18,6 +20,7 @@ module.exports = {
|
|||
publicPath: '/'
|
||||
},
|
||||
|
||||
/*
|
||||
module: {
|
||||
rules: [
|
||||
{
|
||||
|
@ -27,4 +30,5 @@ module.exports = {
|
|||
}
|
||||
]
|
||||
}
|
||||
*/
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue