const { TsConfigPathsPlugin } = require('awesome-typescript-loader'); resolve: { plugins: [ new TsConfigPathsPlugin(/* { tsconfig, compiler } */) ] } ...
確定! 回上一頁