2.0.1 ⢠Published 6 years ago
@webpack-blocks/typescript v2.0.1
webpack-blocks - TypeScript
This is the typescript
block providing TypeScript support for webpack. Uses
awesome-typescript-loader
.
Usage
const { createConfig } = require('@webpack-blocks/webpack')
const typescript = require('@webpack-blocks/typescript')
module.exports = createConfig([
typescript(/* options, optional */)
])
Use match()
to explicitly specify the files to load using the TypeScript loader.
Options
Uses the default tsconfig.json in the root directory (See here). You can pass awesome-typescript-loader options to the block.
webpack-blocks
Check out the
š Main documentation
Released under the terms of the MIT license.
2.0.1
6 years ago
2.0.0
6 years ago
2.0.0-rc
6 years ago
2.0.0-alpha
7 years ago
1.0.0
7 years ago
1.0.0-rc
8 years ago
1.0.0-beta.2
8 years ago
1.0.0-beta
8 years ago
1.0.0-alpha
8 years ago
0.4.1
8 years ago
0.4.0
8 years ago
0.1.0
8 years ago