diff --git a/webpack.config.ts b/webpack.config.ts index 3cdbced..12cd624 100644 --- a/webpack.config.ts +++ b/webpack.config.ts @@ -33,9 +33,12 @@ const config: webpack.Configuration = { ? 'development' : 'production', + devtool: false, + entry: { [packageJson.name]: path.resolve(srcDir, 'main.ts'), }, + output: { path: distDir, },