UNPKG

html-webpack-include-sibling-chunks-plugin

Version:

This plugin is useful when bundling a Multiple-Page Application with webpack 4. It let `html-webpack-plugin` to include initial split chunks and runtime chunk that related to the entry js file of a html page, which are generated by `optimization.splitChun

15 lines (12 loc) 183 B
module.exports = { runtimeConfig: { experimentalFeatures: { foo: true, bar: true }, thirdPartyApiKey: 'abcdefg123456' }, serve: { port: 8080 } }