Moved entry and HtmlWebpackPlugin from Vinlottis.config to webpack.common and webpack.prod. Removed Vinlottis.config.
This commit is contained in:
@@ -40,9 +40,6 @@ let webpackConfig = merge(commonConfig(true), {
|
||||
});
|
||||
|
||||
webpackConfig = merge(webpackConfig, {
|
||||
entry: {
|
||||
main: helpers.root("src", "vinlottis-init")
|
||||
},
|
||||
plugins: [
|
||||
new HtmlPlugin({
|
||||
template: "src/templates/Index.html"
|
||||
|
||||
Reference in New Issue
Block a user