Commit Graph

1821 Commits

Author SHA1 Message Date
Patrik Oldsberg fe28a4ccf8 packages/cli: bump sucrase and revert re-export syntax changes 2020-05-18 01:04:03 +02:00
Patrik Oldsberg 8232b0931f plugins/graphiql: fix src-relative mock in test 2020-05-18 00:59:33 +02:00
Patrik Oldsberg 5649632bde github/workflows: no --coverage flag for build 2020-05-18 00:51:16 +02:00
Patrik Oldsberg 53211aa6d5 github/workflows: run tsc in cli build 2020-05-18 00:46:44 +02:00
Patrik Oldsberg 296a787160 plugins/auth-,catalog-backend: point types to src 2020-05-18 00:45:57 +02:00
Patrik Oldsberg 5d11dba5db packages/cli: keep comments in ts declarations 2020-05-18 00:19:27 +02:00
Patrik Oldsberg 78a7566927 docs: added more docs explaining the build setup 2020-05-18 00:14:56 +02:00
Patrik Oldsberg 738704f1d1 packages/cli: fix for bundler looking for tsconfig in the wrong place 2020-05-18 00:05:32 +02:00
Patrik Oldsberg d1d7c564e7 github/workflows: update to new build setup 2020-05-17 23:30:18 +02:00
Patrik Oldsberg 1d6b9564b3 packages/cli: common yarn install for e2e tests + point to dist 2020-05-17 23:30:18 +02:00
Patrik Oldsberg 5d61636f7f packages/cli: update app template for new build system 2020-05-17 23:30:18 +02:00
Patrik Oldsberg 281f7d512e packages/core: list types as dependencies 2020-05-17 23:30:17 +02:00
Patrik Oldsberg 12ef5f6764 packages/cli: make create-app patch entrypoints of local deps 2020-05-17 23:30:17 +02:00
Patrik Oldsberg 65805ca70b packages: update root package.json and template tsconfig 2020-05-17 23:30:17 +02:00
Patrik Oldsberg 7cb0bdb282 packages/cli: fix bad bundler loader options 2020-05-17 23:30:16 +02:00
Patrik Oldsberg 176085e7a1 packages/cli: skip caching of plugin builds 2020-05-17 23:30:16 +02:00
Patrik Oldsberg 1dd33e8e33 packages,plugins: remove extra tsconfig files 2020-05-17 23:30:16 +02:00
Patrik Oldsberg 8cee042e13 packages/storybook: point to src/ and use sucrase 2020-05-17 23:30:15 +02:00
Patrik Oldsberg 04c66c14df packages/cli: revert jest tranform to use ts-jest, as sucrase doesn't hoist mocks 2020-05-17 23:30:15 +02:00
Patrik Oldsberg 1595bf11dd packages/cli: update jest config to point to src and use sucrase 2020-05-17 23:30:15 +02:00
Patrik Oldsberg 7170a8c174 packages/cli: added d.ts rollup build to packager 2020-05-17 23:30:14 +02:00
Patrik Oldsberg a2db7ff37d packages/cli: support multiple packager configs 2020-05-17 23:30:14 +02:00
Patrik Oldsberg 07cb8ed190 packages/cli: rename lib/bundle to bundler + serveBundle 2020-05-17 23:30:14 +02:00
Patrik Oldsberg c0336122c0 tsconfig: switch to top-level type checking 2020-05-17 23:30:13 +02:00
Patrik Oldsberg c9f435638a plugins/graphiql: add missing codemirror types 2020-05-17 23:30:13 +02:00
Patrik Oldsberg 3445778b2b plugins/{auth,catalog}-backend: type fix 2020-05-17 23:30:12 +02:00
Patrik Oldsberg 0ccff561c0 added patches for bad types in dependencies 2020-05-17 23:30:11 +02:00
Patrik Oldsberg 1f159c0f99 packages/cli: switch rollup to use esbuild 2020-05-17 23:30:11 +02:00
Patrik Oldsberg b071dc0e94 packages/cli: throw error message in packages instead of exit 2020-05-17 23:30:10 +02:00
Patrik Oldsberg 590276c677 packages/cli: move rollup build to lib/packager 2020-05-17 23:30:10 +02:00
Patrik Oldsberg f202e30c2c packages/cli: removed plugin:build watch mode 2020-05-17 23:30:10 +02:00
Patrik Oldsberg d1939be664 packages/cli: extract css in bundle prod builds 2020-05-17 23:30:09 +02:00
Patrik Oldsberg d911db4105 packages/cli: rename bundle loaders to transforms and include plugins 2020-05-17 23:30:09 +02:00
Patrik Oldsberg 33df212ae7 packages/cli: remove react-scripts dependency 2020-05-17 23:30:08 +02:00
Patrik Oldsberg f3b54ae618 packages/cli: pick up bundle html template from next to index 2020-05-17 23:30:08 +02:00
Patrik Oldsberg 65220f3ef0 packages/cli: nicer bundle and chunk names for bundler 2020-05-17 23:30:07 +02:00
Patrik Oldsberg 1694bbd7cc packages/cli: separate dev and prod config 2020-05-17 23:30:07 +02:00
Patrik Oldsberg 0de24c3ce9 packages/cli: add basic bundle build and use for app:build 2020-05-17 23:30:06 +02:00
Patrik Oldsberg 0fb2440d97 packages/cli: add flag for toggling type checking as a part of plugin and app serve 2020-05-17 23:30:06 +02:00
Patrik Oldsberg 5cb37b504a packages/cli: use bundle instead of react-scripts for app:start 2020-05-17 23:30:05 +02:00
Patrik Oldsberg afae83ba8d packages/cli: make it possible to configure bundle entrypoint 2020-05-17 23:30:05 +02:00
Patrik Oldsberg 989b13ca75 packages/cli: tweak bundle dev server setup 2020-05-17 23:30:05 +02:00
Patrik Oldsberg c744f5e4a3 packages/cli: better HTTPS switch for bundle 2020-05-17 23:30:04 +02:00
Patrik Oldsberg 9a123ac0a9 packages/cli: add bundle chunk splitting optimization 2020-05-17 23:30:04 +02:00
Patrik Oldsberg 8e8808993c packages/cli: split bundle loaders into separate module 2020-05-17 23:30:03 +02:00
Patrik Oldsberg 0f718ca558 packages/cli: use asset loader for bundling all assets 2020-05-17 23:30:02 +02:00
Patrik Oldsberg 9c3de313fc packages/cli: remove redundant eslint-loader from bundle config 2020-05-17 23:30:02 +02:00
Patrik Oldsberg 90aee3b1aa packages/cli,dev-utils: add react hot loading support 2020-05-17 23:30:01 +02:00
Patrik Oldsberg 3643faf3d4 packages/cli: switch bundling config to use sucrase 2020-05-17 23:30:00 +02:00
Patrik Oldsberg a6376ee7f5 packages/cli: make plugin:serve point to src of deps 2020-05-17 23:30:00 +02:00