@tinia/tdx-loader

0.4.2 • Public • Published

@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

Package Sidebar

Install

npm i @tinia/tdx-loader

Homepage

tinia.org

Weekly Downloads

0

Version

0.4.2

License

MIT

Unpacked Size

3.19 kB

Total Files

4

Last publish

Collaborators

  • tinialabs1
  • guycreate