This repository was archived by the owner on Aug 29, 2025. It is now read-only.

Description
I just make a "hello world" demo.The dist file only take 60k when I use react+ts.But,it will take 15M when I reference antd library。
About ts-loader
{
test: /\.(ts|tsx)?$/,
loader: "awesome-typescript-loader"
},
About source-map-loader
{
test: /\.(tsx|ts|jsx|js)$/,
exclude: path.resolve(__dirname, "node_modules"),
use: ["source-map-loader"],
enforce: "pre"
}
source-map-loader not working.The result as same as only set devtool: "inline-source-map"
Thank you for reading my shit English.I try resolving it by myself.But I even found not one demo about this loader.Sorry~