wallaby-vue-compiler

1.0.6 • Public • Published

Wallaby.js compiler to display code coverage in single file .vue components. Accepts another compiler (for the script section compilation) as a parameter.

module.exports = function (wallaby) {
 
  return {
    ...
 
    compilers: {
      ...
      '**/*.vue': require('wallaby-vue-compiler')(wallaby.compilers.babel({}))
    }
  }
}
 

/wallaby-vue-compiler/

    Package Sidebar

    Install

    npm i wallaby-vue-compiler

    Weekly Downloads

    1,172

    Version

    1.0.6

    License

    none

    Unpacked Size

    2.57 kB

    Total Files

    4

    Last publish

    Collaborators

    • artemgovorov