Inline manifest option - #18
Conversation
|
How does this PR compare to #15 ? Seems to be lot of similarity there |
|
@spadgos, #15 assumes all users of this plugin will use htmlWebpackPlugin. Additionally, it assumes that they will want to inline the manifest. This change, even though the functionality is very similar, is agnostic by allowing the user to specify the configuration via the options object while still defaulting to the current implementation of not inlining. |
|
@diurnalist, could you please review this and merge? |
|
FYI as mentioned in PR #15: |
|
@spadgos: Why merge a PR making the plugin tightly coupled to |
Similar to #15. Adds
options.inlineManifestfor users who implement html-webpack-plugin;