강동윤
|
48d61039d2
|
fix(common, node/swc): Allow inlining sourcesContent (#2245)
swc_common:
- Allow setting `sourceContents` of source map files. (#2218)
swc:
- Support `inlineSourceContents`. (#2244)
|
2021-09-14 02:31:32 +00:00 |
|
강동윤
|
d975a197c9
|
fix(es): Fix source map (#2159)
swc:
- Fill `names` of sourcemap.
- Don't add `sourceContents` to sourcemap if `sources` is added.
node_swc:
- Handle source map for `minify` correctly.
- `minify`: Accept `{ filename: code }`.
|
2021-08-26 10:44:38 +00:00 |
|
강동윤
|
879a0f39a8
|
feat(swc): Implement format.comments of terser (#2095)
swc:
- `minify`: Support `format.comments`.
- `process_js`: Support `jsc.minify.format.comments`.
|
2021-08-17 14:34:37 +00:00 |
|
muji
|
e84ed13ffe
|
feat(es/loader): Support more types for browser in package.json (#2060)
|
2021-08-16 17:34:53 +09:00 |
|
강동윤
|
b0c41bb3f2
|
chore: Cleanup codes for fixture testing (#2070)
|
2021-08-14 06:34:04 +00:00 |
|
강동윤
|
883c1ac4e4
|
fix(bundler): Prepare renaming of bundler (#2066)
- Rename `spack` crate to `swc_node_bundler`. (#1113)
|
2021-08-13 10:03:04 +00:00 |
|