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

Add wrapper plugin that auto injects require() into entry for AMD loaders #134

Merged
merged 1 commit into from
Aug 17, 2018

Conversation

matt-gadd
Copy link
Contributor

The AutoRequireWebpackPlugin no longer works with Webpack 3. Instead use the Wrapper plugin to do effectively the same thing.

@codecov
Copy link

codecov bot commented Aug 17, 2018

Codecov Report

Merging #134 into master will increase coverage by 0.66%.
The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #134      +/-   ##
==========================================
+ Coverage   57.42%   58.09%   +0.66%     
==========================================
  Files           8        8              
  Lines         451      451              
  Branches      101      101              
==========================================
+ Hits          259      262       +3     
+ Misses        192      189       -3
Impacted Files Coverage Δ
src/base.config.ts 28.31% <100%> (+2.65%) ⬆️

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 a2c50f5...af3d629. Read the comment docs.

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