Skip to content
This repository was archived by the owner on Jan 18, 2022. It is now read-only.

Plugin options aren't applied #6

Closed
grusch-it opened this issue May 21, 2016 · 0 comments
Closed

Plugin options aren't applied #6

grusch-it opened this issue May 21, 2016 · 0 comments

Comments

@grusch-it
Copy link

Example Plugin Usage

rollup.rollup({
  entry: 'index.js',
  plugins: [
    vue({
      htmlMinifier: {
        collapseBooleanAttributes: false
      }
    })
  ]
})
// ...

Expected Behaviour

Template string <element :disabled="disabled"></element> won't be transformed to <element :disabled></element>

Actual Behaviour

Template string <element :disabled="disabled"></element> gets transformed to <element :disabled></element> since the options passed to the plugin (see example above) aren't actually applied.

@znck znck added the bug label May 22, 2016
@znck znck closed this as completed in 8a1c7d4 May 29, 2016
znck added a commit that referenced this issue May 29, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants