marko-js / vite

A Marko plugin for Vite
MIT License
55 stars 8 forks source link

fix: always pass resolveVirtualDependencies compiler option #14

Closed DylanPiercey closed 2 years ago

DylanPiercey commented 2 years ago

Description

Updates the compiler options to always pass the resolveVirtualDependencies config option. Previously It was not passed for SSR compilation.

Motivation and Context

In the future this option may be used to enable native css module support within Marko templates and other features.

Checklist:

codecov[bot] commented 2 years ago

Codecov Report

Merging #14 (45ace2e) into main (a1d8430) will not change coverage. The diff coverage is 100.00%.

@@           Coverage Diff           @@
##             main      #14   +/-   ##
=======================================
  Coverage   87.85%   87.85%           
=======================================
  Files           5        5           
  Lines         313      313           
  Branches       81       81           
=======================================
  Hits          275      275           
  Misses         32       32           
  Partials        6        6           
Impacted Files Coverage Δ
src/index.ts 88.88% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update a1d8430...45ace2e. Read the comment docs.

github-actions[bot] commented 2 years ago

:tada: This PR is included in version 2.2.13 :tada:

The release is available on:

Your semantic-release bot :package::rocket: