diff --git a/webpack.config.js b/webpack.config.js index 69cf2e69b66fb4bffd563fbdd11f8623e97769a5..c7b5b6aa33e2bfcc2616f386aefb7d69eca805f3 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -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',