diff --git a/config/webpack/webpack.config.base.js b/config/webpack/webpack.config.base.js index b8d755a..34cae75 100644 --- a/config/webpack/webpack.config.base.js +++ b/config/webpack/webpack.config.base.js @@ -6,7 +6,7 @@ module.exports = { target: 'web', entry: { app: [ - Path.resolve(__dirname, '../../src/ts/app/index.tsx') + Path.resolve(__dirname, '../../src/ts/@overflow/app/index.tsx') ], vendor: Object.keys(packages.dependencies) },