Skip to content

Commit

Permalink
Merge pull request #684 from mkszepp/fix-rollup-config
Browse files Browse the repository at this point in the history
fix README & LICENSE rollup
  • Loading branch information
mkszepp authored Jul 24, 2023
2 parents dd112ce + fc70cf2 commit ee29a7d
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions liquid-fire/rollup.config.mjs
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import { babel } from '@rollup/plugin-babel';
import copy from 'rollup-plugin-copy';
import { Addon } from '@embroider/addon-dev/rollup';

const addon = new Addon({
Expand Down Expand Up @@ -52,14 +51,6 @@ export default {
addon.keepAssets(['**/*.css']),

// Remove leftover build artifacts when starting a new build.
addon.clean(),

// Copy Readme and License into published package
copy({
targets: [
{ src: '../README.md', dest: '.' },
{ src: '../LICENSE.md', dest: '.' },
],
}),
addon.clean()
],
};

0 comments on commit ee29a7d

Please sign in to comment.