Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Dependency injection for webpack bundles

License

NotificationsYou must be signed in to change notification settings

jhnns/rewire-webpack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Userewire in webpack bundles.

Dependency Status

This is a plugin that enablesrewire for client-side bundles generated bywebpack.

npm status


Installation

npm install rewire-webpack

and then add the RewirePlugin to the webpack config:

varRewirePlugin=require("rewire-webpack");varwebpackConfig={plugins:[newRewirePlugin()]};

After that you can userewire() in your client-side bundles as usual.


Contribution

Thanks tosokra who wrote most of the code. :)


License

Unlicense

About

Dependency injection for webpack bundles

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors3

  •  
  •  
  •  

[8]ページ先頭

©2009-2025 Movatter.jp