Open DrSensor opened 6 years ago
Just like html-webpack-plugin that can specify where the entry should be injected, it could be nice to also have that ability on each module.
html-webpack-plugin
new HtmlWebpackExternalsPlugin({ externals: [{ module: 'vue', entry: { path: 'https://unpkg.com/vue', type: 'js', inject: 'body' | 'head' | 'openingBody' | 'closingBody' } }] }),
Just like
html-webpack-plugin
that can specify where the entry should be injected, it could be nice to also have that ability on each module.