Skip to content

Commit

Permalink
Revert "Merge pull request #1229 from simonihmig/addondev-lateclean"
Browse files Browse the repository at this point in the history
This reverts commit b6a6997, reversing
changes made to 7bbd49c.
  • Loading branch information
mansona committed May 24, 2023
1 parent 64bbe47 commit 615818f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/addon-dev/src/rollup.ts
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ export class Addon {
// By default rollup does not clear the output directory between builds. This
// does that.
clean() {
return clean({ targets: `${this.#destDir}/*`, hook: 'generateBundle' });
return clean({ targets: `${this.#destDir}/*` });
}

// V2 Addons are allowed to contain imports of .css files. This tells rollup
Expand Down

0 comments on commit 615818f

Please sign in to comment.