Moved entry and HtmlWebpackPlugin from Vinlottis.config to webpack.common and webpack.prod. Removed Vinlottis.config.
This commit is contained in:
@@ -15,7 +15,10 @@ const webpackConfig = function(isDev) {
|
||||
"@": helpers.root("src")
|
||||
}
|
||||
},
|
||||
externals: {
|
||||
entry: {
|
||||
vinlottis: helpers.root("src", "vinlottis-init")
|
||||
},
|
||||
externals: {
|
||||
moment: 'moment' // comes with chart.js
|
||||
},
|
||||
module: {
|
||||
|
||||
Reference in New Issue
Block a user