@tinia/tdx-loader Webpack loader for TDX. Installation npm: npm i -D @tinia/tdx-loader Usage // ... module: { rules: [ // ... { test: /\.tdx$/, use: [ 'babel-loader', '@tinia/tdx-loader' ] } ] } License MIT © Tinia Labs