Skip to content
This repository has been archived by the owner on Dec 23, 2018. It is now read-only.

webpack output dynamics patch plugin.

License

Notifications You must be signed in to change notification settings

soulteary/webpack-custom-plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

webpack-custom-plugin

useage:

add option to package.json content:

  "customWebpack": {
    "custom-public-path": [
      "this.YOUR_DYNAMIC_ENTRY_POINT && this.YOUR_DYNAMIC_ENTRY_POINT.host || '/'"
    ]
  },

browser script:

window.YOUR_DYNAMIC_ENTRY_POINT = { host: 'https://your-website.com/host/' };

features:

About

webpack output dynamics patch plugin.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published