UNPKG

405 BMarkdownView Raw
1# pika-plugin-build-web-babel
2
3using babel for @pika/plugin-build-web
4
5
6https://github.com/pikapkg/builders/pull/77
7
8
9## params
10
11### format: string
12
13esm or cjs
14
15### extensions: string[]
16
17defaults to ['.js','.jsx','.ts','.tsx']
18
19### sourcemap: boolean
20
21whether generate sourcemap file. defaults to true
22
23## history
24
25### 0.9.0 / 2020.04.01
26
27- support worker
28
29### 0.8.0 / 2020.02.29
30
31- support tsconfig paths
\No newline at end of file