• Mike Greiling's avatar
    Switch to Vue without runtime compiler · 22ced0d4
    Mike Greiling authored
    This allows us to ship a much smaller build of Vue in production and
    forces folks to use Vue SFC with templates rather than defining
    templates in HAML which is prone to XSS due to an additional layer of
    indirection. We are already linting against new usage of this pattern
    with our eslint rule: `@gitlab/no-runtime-template-compiler`
    
    We still support compilation from Strings in Jest tests though.
    22ced0d4
webpack.vendor.config.js 2.38 KB