0.4.2 • Published 4 years ago

@tinia/tdx-loader v0.4.2

Weekly downloads
1
License
MIT
Repository
github
Last release
4 years ago

@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