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

feat: add support for module js files #21

Merged
merged 1 commit into from
Sep 9, 2019

Conversation

matteobad
Copy link
Contributor

  • Add a test case for multiple js and css entries to .mjs outputs.
  • Add test case for single mjs entry to .mjs output.
  • Add a test case for mjs+css entry to .mjs output.
  • Add a test case for multiple mjs and css entries to mjs and css outputs.
  • Add a test case for single js+css entries to mjs+css outputs.
  • Minor version bump to 0.4.0.

fix #20

test: multi js css entry mjs css output

Add a test case for multiple js and css entries to .mjs outputs.

test: single mjs entry

Add test case for single mjs entry to .mjs output.

test: single mjs+css entry

Add a test case for mjs+css entry to .mjs output.

test: multi mjs entry css entry

Add a test case for multiple mjs and css entries to mjs and css outputs.

test: single js+css entry mjs+css output

Add a test case for single js+css entries to mjs+css outputs.

0.4.0
@fqborges fqborges merged commit 7557e38 into fqborges:master Sep 9, 2019
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

Successfully merging this pull request may close these issues.

Handle .mjs extension removal from style only entry
2 participants