webpack-ts
TypeScript icon, indicating that this package has built-in type declarations

1.0.7 • Public • Published

Webpack TS

npm bundle size David Code Climate maintainability Code Climate coverage

A neat little tool that helps you make webpack configs with typescript typings.

Usage

yarn add -D webpack-ts

Example

// webpack.config.ts
import { makeConfig } from 'webpack-ts';
import { join } from 'path'

const config = makeConfig({
  entry: "dist/index.js",
  output: {
    path: join(__dirname, "dist"),
    filename: "[name].js"
  }
})

module.exports = config

Editor integration

editorIntegration

intelliSense

Readme

Keywords

none

Package Sidebar

Install

npm i webpack-ts

Weekly Downloads

2

Version

1.0.7

License

MIT

Unpacked Size

210 kB

Total Files

15

Last publish

Collaborators

  • brettm12345