optimize bundle sizes

This commit is contained in:
konstantin krivlenia
2020-02-22 00:48:22 -06:00
committed by Umputun
parent 390ecbe8d9
commit ffb41abfd4
13 changed files with 179 additions and 119 deletions
+1 -1
View File
@@ -87,7 +87,7 @@ module.exports = () => ({
{
oneOf: [
{
include: [path.resolve(__dirname, './app/embed.ts')],
include: [path.resolve(__dirname, './app/embed.ts'), path.resolve(__dirname, './app/counter.ts')],
use: {
loader: 'ts-loader',
options: {