|
|
@ -12,7 +12,7 @@ module.exports = merge.smart(common, { |
|
|
|
|
|
|
|
|
|
|
|
devtool: 'hidden-source-map', |
|
|
|
devtool: 'hidden-source-map', |
|
|
|
entry: { |
|
|
|
entry: { |
|
|
|
show: ['@babel/polyfill', './src/index.ts'], |
|
|
|
show: ['@babel/polyfill', './src/modules/app.ts'], |
|
|
|
}, |
|
|
|
}, |
|
|
|
output: { |
|
|
|
output: { |
|
|
|
path: dirs.DEST, |
|
|
|
path: dirs.DEST, |
|
|
|