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

Don't include trailing ".js" as part of module name #28

Merged
merged 2 commits into from
May 14, 2017

Conversation

bryanbecker
Copy link
Contributor

Original version required the webpack output file to be "main" in order to upload as module main, but this makes integrating with other webpack features frustrating.

This change allows files to have .js extensions (ex. main.js), while still uploading with module name main

@codecov-io
Copy link

Codecov Report

Merging #28 into master will not change coverage.
The diff coverage is 100%.

Impacted file tree graph

@@          Coverage Diff           @@
##           master     #28   +/-   ##
======================================
  Coverage    93.1%   93.1%           
======================================
  Files           1       1           
  Lines          58      58           
======================================
  Hits           54      54           
  Misses          4       4
Impacted Files Coverage Δ
index.js 93.1% <100%> (ø) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update e5d29c9...9b2f951. Read the comment docs.

@langri-sha
Copy link
Owner

Awesome, thanks @bryanbecker!

@langri-sha langri-sha merged commit af6746c into langri-sha:master May 14, 2017
Adirelle pushed a commit to Adirelle/typescreeps that referenced this pull request Sep 5, 2017
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.

None yet

3 participants