optimize bundle sizes
This commit is contained in:
committed by
Umputun
parent
390ecbe8d9
commit
ffb41abfd4
@@ -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: {
|
||||
|
||||
Reference in New Issue
Block a user