Sha256: 7418f264212e0aab4b83c4a630d2bd097aa5103281abce03617d5bfa53f3d399

Contents?: true

Size: 206 Bytes

Versions: 12

Compression:

Stored size: 206 Bytes

Contents

const PnpWebpackPlugin = require('pnp-webpack-plugin')

module.exports = {
  test: /\.tsx?(\.erb)?$/,
  use: [
    {
      loader: 'ts-loader',
      options: PnpWebpackPlugin.tsLoaderOptions()
    }
  ]
}

Version data entries

12 entries across 12 versions & 2 rubygems

Version Path
webpacker-4.3.0 lib/install/loaders/typescript.js
webpacker-5.0.1 lib/install/loaders/typescript.js
webpacker-5.0.0 lib/install/loaders/typescript.js
jetpacker-0.4.2 lib/install/loaders/typescript.js
jetpacker-0.4.1 lib/install/loaders/typescript.js
jetpacker-0.4.0 lib/install/loaders/typescript.js
jetpacker-0.3.0 lib/install/loaders/typescript.js
jetpacker-0.2.0 lib/install/loaders/typescript.js
webpacker-4.2.2 lib/install/loaders/typescript.js
webpacker-4.2.1 lib/install/loaders/typescript.js
webpacker-4.2.0 lib/install/loaders/typescript.js
webpacker-4.1.0 lib/install/loaders/typescript.js