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年前