Eric Amodio
2cedc7146a
Attempts to speed up builds
5年前
Eric Amodio
43a2aa901d
Changes webviews to inline css to avoid FOUC
Updates dependencies
5年前
Eric Amodio
bb2ac8ac65
Tries out ts-loader experimentalWatchApi
5年前
Eric Amodio
4d9ed4e445
Fixes static analysis issues
5年前
Eric Amodio
dd1803933c
Removes ts-loader experimentalWatchApi flag
Hoping to reduce strange issues with watch
5年前
Eric Amodio
ff18ca5012
Fixes input styling and event hooks
Because of missing type='text'
5年前
Eric Amodio
0a5851a7b3
Adds CSP to GitLens webviews
5年前
Eric Amodio
8576957549
Spaces -> tabs
5年前
Eric Amodio
25d71be263
Replaces webview template tokens because prettier 😠
5年前
Eric Amodio
cc561722bb
Updates eslint & fixes lint issues
5年前
Eric Amodio
c9edd139bb
Switches to fork-ts-checker eslint support
5年前
Eric Amodio
3f0fb5ccf1
Updates dependencies & fixes webpack clean
5年前
Eric Amodio
39af55655b
Updates dependencies & runs prettier formatting
5年前
Eric Amodio
884e193f07
Speeds up incremental buillds
Switches to use fork-ts-checker
5年前
Eric Amodio
5d1a2e611e
Moves .cache-images into node_modules/.cache
5年前
Eric Amodio
89ca81c368
Renames from ui to webviews
5年前
Eric Amodio
1d924e2e24
Reworks & reorganizes the webview code
Splits App into AppBase & AppWithConfigBase for impl of new webviews
5年前
Eric Amodio
7c6b659604
Switches to eslint from tslint
5年前
Eric Amodio
539f456421
Updates dependecies & removes vsls hacks
5年前
Eric Amodio
8e58858346
Updates dependencies & more
Adds bundle analyzer
Adds circular deps analyzer
Switches to es2018 output
Removes many circular dependencies
5年前
Eric Amodio
39f6830680
Adds better sourcemap support
5年前
Eric Amodio
1ac1e9eeaa
Updates dependencies
5年前
Eric Amodio
c72a824f76
Adds build hack because of vsls package issues
5年前
Eric Amodio
46b510feb0
Closes #593 - uses vscode provided clipboard apis
6年前
Eric Amodio
edb0a17516
Fixes webview source maps
6年前
Eric Amodio
b1fbad5277
Removes unneeded webpack config
6年前
Eric Amodio
9ccbae3521
Adds live share support
Keeps all path manipulation on the host rather than guest
Fixes shared/local path munging for mac/windows
Keeps current user lookup local when a guest
Keeps difftool lookup local when a guest
Avoids fetch date lookup when a guest
Stops clearing node_modules (for now)
6年前
Eric Amodio
b497faeaac
Updates to latest webpack
Enables source maps always
Minifies css
Removes unused plugins
6年前
Eric Amodio
ad0aae7c99
Switches to use terser (rather than uglify)
Switches to use full source-map for better debugging (stepping)
6年前
Eric Amodio
c4bc7d1cee
Adds more excludes for node_modules
6年前
Eric Amodio
4fc70396c7
Adds image optimization if folder is missing
6年前
Eric Amodio
53edd00dc5
Replaces !! with Boolean
6年前
Eric Amodio
f93d8ca2db
Bundles node_modules directly into extension.js
Updates dependencies
6年前
Eric Amodio
1215efd141
Updates dependencies & more
Changes from out to dist
Adds size-plugin (commented out for now)
Adds image cache to improve bundle performance
6年前
Eric Amodio
6f76796836
Updates dependencies
Adds new webpack tree shaking plugin
6年前
Eric Amodio
fd6adbdec3
Adds new problem matchers for better debugging
6年前
Eric Amodio
67cb510334
Unifies extension & UI builds
Uses webpack for all of it
6年前
Eric Amodio
6cb99d30c3
Removes separate package.json for ui build
Consolidates ui dependencies & build into main
6年前
Eric Amodio
d2abddee7a
Updates dependencies
6年前
Eric Amodio
45a7e957ba
Simplifies webpack config
6年前
Eric Amodio
d790e9db04
Prettier all-the-things
6年前
Eric Amodio
97cbe9e16f
Fixes sourcemaps
6年前
Eric Amodio
609125cf95
Fixes webpack config
6年前
Eric Amodio
071a4850cb
Updates dependencies and webpack version
6年前
Eric Amodio
f25ca41300
Switches to es2017 output
Uses import() for copy/paste and tmp
6年前
Eric Amodio
d8aa838e84
Reduces startup time even more
7年前
Eric Amodio
31dd6044e6
Reduces startup time
Adds webpack for bundling (disabled for now)
Uses tslib to bundle less duplicate code
7年前