diff --git a/webpack/webpack.prod.js b/webpack/webpack.prod.js index 6880e29..0d3e082 100644 --- a/webpack/webpack.prod.js +++ b/webpack/webpack.prod.js @@ -12,7 +12,7 @@ module.exports = merge.smart(common, { devtool: 'hidden-source-map', entry: { - show: ['@babel/polyfill', './src/index.ts'], + show: ['@babel/polyfill', './src/modules/app.ts'], }, output: { path: dirs.DEST,