Skip to content

Commit

Permalink
Added default include pattern to every file with extension html
Browse files Browse the repository at this point in the history
  • Loading branch information
InDIOS committed Aug 16, 2018
1 parent 7626758 commit c2e9aec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugin.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ const { kebabToCamelCases, capitalize } = require('./build/utilities/tools');

module.exports = function ({ include, exclude, comments }) {
const format = 'es';
const filter = createFilter(include, exclude);
const filter = createFilter(include || './**/*.html', exclude);
return {
name: 'rollup-plugin-trebor',
transform(code, id) {
Expand Down

0 comments on commit c2e9aec

Please sign in to comment.