Skip to content

Commit

Permalink
Merge pull request #1446 from embroider-build/revert-late-clean
Browse files Browse the repository at this point in the history
Revert "Run the clean plugin of addon-dev as late as possible"
  • Loading branch information
ef4 authored May 30, 2023
2 parents 77dd32c + 615818f commit ea4b13f
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 ea4b13f

Please sign in to comment.