SebastianS90 / webpack-polyfill-injector

Webpack plugin to automatically inject polyfills into your bundle without affecting modern browsers.
MIT License
82 stars 10 forks source link

Improve documentation #17

Closed SebastianS90 closed 5 years ago

SebastianS90 commented 6 years ago

(continuation from the discussion in #16)

SebastianS90 commented 5 years ago

document that publicPath needs to be set

Not necessary, fixed in v1.0.2

explicitly state that the bundle becomes asynchronous and what it does mean for the order of scripts

Problems solved with the loader vs. plugin strategy introduced in v1.0.0

document how webpack-polyfill-injector can be used in import .. from ... or require(...) calls

Not a good idea, users should figure it themselves if they need it.