const TsconfigPathsPlugin = require("tsconfig-paths-webpack-plugin"); module.exports = { resolve: { plugins: [new TsconfigPathsPlugin()] } };.
確定! 回上一頁