@rambler-tech/razzle-typescript

0.1.0 • Public • Published

TypeScript Plugin

Find problems in your code on build step

Install

npm install -D @rambler-tech/razzle-typescript

or

yarn add -D @rambler-tech/razzle-typescript

Usage

Add the plugin to razzle.config.js

const TypeScriptPlugin = require('@rambler-tech/razzle-typescript')

module.exports = {
  plugins: [
    TypeScriptPlugin(),
  ],
  modifyWebpackConfig({webpackConfig}) {
    // ...
    return webpackConfig
  }
}

Readme

Keywords

none

Package Sidebar

Install

npm i @rambler-tech/razzle-typescript

Weekly Downloads

1

Version

0.1.0

License

MIT

Unpacked Size

2.6 kB

Total Files

5

Last publish

Collaborators

  • andrepolischuk
  • rambler-ui-bot