Skip to content
Snippets Groups Projects
Verified Commit 60e156c1 authored by Nik | Klampfradler's avatar Nik | Klampfradler
Browse files

Generate entry html correctly with only the needed bundle

parent ae71dc8d
No related branches found
No related tags found
No related merge requests found
Pipeline #7309 passed
......@@ -11,8 +11,15 @@ module.exports = {
plugins: [
new HtmlWebpackPlugin({
title: 'Aug[m]entile',
filename: 'augmentile-[name].html',
hash: true
filename: 'augmentile-widget.html',
hash: true,
chunks: ['widget']
}),
new HtmlWebpackPlugin({
title: 'Aug[m]entile',
filename: 'augmentile-browser.html',
hash: true,
chunks: ['browser']
}),
new SymlinkWebpackPlugin({
origin: 'augmentile-browser.html',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment