diff --git a/.drone.yml b/.drone.yml index ba12433..49c91ba 100644 --- a/.drone.yml +++ b/.drone.yml @@ -8,7 +8,7 @@ trigger: - main steps: - name: build - image: node:18-alpine + image: node:20-alpine environment: NPM_TOKEN: from_secret: NPM_TOKEN diff --git a/src/plugin/html.ts b/src/plugin/html.ts index a012531..d0c17be 100644 --- a/src/plugin/html.ts +++ b/src/plugin/html.ts @@ -100,7 +100,7 @@ export function html(opts: { htmlFileNames = "[name].html", resolve = ()=>true, include = [ - '**/*.(html)',// html or handlebars + '**/*.(html)',// html ], exclude, } = opts;