24 Commits

Author SHA1 Message Date
EGOIST
e18e1c8a39 feat: add svelte support 2021-02-27 13:34:12 +08:00
EGOIST
fe6ecaafa1 fix: add flag to disable code splitting, closes #255 2021-02-24 15:42:01 +08:00
EGOIST
ef8e2c6dff feat: support RegExp in external 2021-02-23 22:04:27 +08:00
EGOIST
1bde51ff01 feat: improve dts support
* Now --dts-resolve will also externalize pkg.dependencies by default.
* Added support for config file. tsup.config.{ts,js,json}
2021-02-23 15:28:39 +08:00
EGOIST
588fea572a test: refactor to use inline snapshot 2021-02-23 01:20:29 +08:00
EGOIST
ba8821eb54 feat: re-introduce --dts bundle support 2021-01-23 16:45:10 +08:00
EGOIST
743421c65a feat: add postcss support 2020-11-27 20:56:25 +08:00
EGOIST
130055a945 chore: update snapshot 2020-11-27 19:54:11 +08:00
Wzh
a95b811469
feat: add --sourcemap flag (#146) 2020-11-12 20:48:25 +08:00
Pablo Sáez
1fb78eb806
fix: change fast-glob to globby (#159) 2020-10-25 22:33:57 +08:00
EGOIST
e24278d111 fix: properly set compile-time env variables 2020-08-16 14:12:15 +08:00
EGOIST
a3e8ad3b17 test: minify flag 2020-08-16 13:51:14 +08:00
EGOIST
799b491604 feat: add --legacy-output flag 2020-07-25 15:15:11 +08:00
EGOIST
3ebef58ca7 feat: use different extension for esm format, closes #68 2020-07-25 14:48:27 +08:00
EGOIST
0ebb08dd8e feat: add es5 target 2020-07-21 15:17:50 +08:00
Kevin Titor
a4714a7eb0
feat: use esbuild for bundling (#72)
BREAKING CHANGE:

- Removed `run` command
- Using `esbuild` instead of `rollup` for bundling, `dts` file is still generated by rollup.
2020-07-20 16:45:18 +08:00
EGOIST
bba34171b2 feat: use esbuild again 2020-07-19 00:12:45 +08:00
EGOIST
48d0369534 fix: use rollup-plugin-typescript2 2020-07-10 22:43:57 +08:00
EGOIST
87de6e17e5 fix: somehow --dts-bundle works now 2020-05-19 00:13:48 +08:00
EGOIST
2a9424edb4 fix: disable non-syntax plugin for --dts 2020-05-19 00:05:23 +08:00
EGOIST
cae392739e test: adding a failing test 2020-05-18 23:46:06 +08:00
EGOIST
a51f274165 test: bundle graphql-tools 2020-05-18 23:29:16 +08:00
EGOIST
80975163af test: update snapshot 2020-05-14 15:46:09 +08:00
EGOIST
013b4443c2 test: add simple test 2020-05-10 18:33:02 +08:00