Skip to content

Commit

Permalink
chore: minor bump (#192)
Browse files Browse the repository at this point in the history
* chore: fix for esm module setup

* chore: fixed rollup config

* chore: test-esm

* chore:add package.json

* chore:remove esm

* build(rollup.config.js): updated esm modules to work and separate out the style files

BREAKING CHANGE: css will no longer be included automagically

* chore: rollup formatting
  • Loading branch information
Nazzanuk committed Apr 25, 2023
1 parent fc74c7c commit 0e45aa4
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions rollup.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -169,12 +169,7 @@ const esm = {
}),
}),
json(),
postcss({
plugins: [],
sourceMap: true,
extract: true,
minimize: true,
}),
postcss({ plugins: [], sourceMap: true, extract: true, minimize: true }),
copyPlugin(esmDist),
],
};
Expand Down

1 comment on commit 0e45aa4

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Coverage report

St.
Category Percentage Covered / Total
🟢 Statements 98.14% 1371/1397
🟢 Branches 85.35% 268/314
🟢 Functions 94.29% 99/105
🟢 Lines 98.66% 1247/1264

Test suite run success

301 tests passing in 44 suites.

Report generated by 🧪jest coverage report action from 0e45aa4

Please sign in to comment.