Skip to content

Release 0.4.0

Choose a tag to compare

@harlan-zw harlan-zw released this 15 Mar 02:20

Configuration Change

If you are using the exclude option you will now need to make sure you specifically include the node_modules and .git folders such as

exclude: [
        'node_modules',
        '.git',
        '.nuxt/**/*',
        '*.template.html',
        'app.html'
      ]

This is so users can target specific paths within node_modules.

Chore