Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

next: Remove unrequired dependencies #78

Closed
elycruz opened this issue Aug 3, 2021 · 1 comment
Closed

next: Remove unrequired dependencies #78

elycruz opened this issue Aug 3, 2021 · 1 comment
Assignees

Comments

@elycruz
Copy link
Owner

elycruz commented Aug 3, 2021

We have several dependencies which are not really required anymore (babel, pify, etc.). Removing these plugins and writing the plugins source in a more idiomatically supported way (in way already supported by node v12+) will keep the plugin a bit more lean and make the journey from code edits to tests a bit faster (we currently have to rebuild the plugins sources, on every edit, before running tests).

@elycruz elycruz self-assigned this Aug 3, 2021
elycruz pushed a commit that referenced this issue Aug 19, 2021
elycruz pushed a commit that referenced this issue Aug 20, 2021
…w at the latest 1.x.x version, and we're now using rollup-plugin-util ^2.8.2). Added rollup bundles types to 'src/types'. Added typing information to 'src/index'. Removed calls to \outputBundle.close();\, since we're now using rollup ^1.32.x. Re-enabled the removal of the tests artifacts output directory in 'test/index'.
elycruz added a commit that referenced this issue Aug 21, 2021
…cy projects to continue using the plugin).
elycruz added a commit that referenced this issue Aug 21, 2021
…e using typescript for environment targeting).
elycruz added a commit that referenced this issue Aug 21, 2021
…est. Performed minor cleanup in test/index.
elycruz added a commit that referenced this issue Aug 21, 2021
elycruz added a commit that referenced this issue Aug 21, 2021
elycruz added a commit that referenced this issue Aug 21, 2021
Issue #78 unrequired deps remove and repo upgrade to typescript
elycruz added a commit that referenced this issue Aug 21, 2021
…s importer - Before we were just pushing sass file bundles into styles array without caring for the file order - we had one synchronous call but then had an asynchronous call after; This change ensures that the file import/process priority is kept on every subsequent 'rollup.rollup' call (etc.).
@elycruz
Copy link
Owner Author

elycruz commented Aug 21, 2021

Issue resolved in PR #79 along with commits 06f9d32 and d3b6505, in dev branch.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant