mirror of
https://github.com/KevinMidboe/planetposen.git
synced 2025-10-29 17:50:32 +00:00
Updated webpack dev config.
This commit is contained in:
@@ -41,11 +41,11 @@ let webpackConfig = merge(commonConfig(true), {
|
||||
|
||||
webpackConfig = merge(webpackConfig, {
|
||||
entry: {
|
||||
main: ["@babel/polyfill", helpers.root("src", "vinlottis-init")]
|
||||
main: ["@babel/polyfill", helpers.root("frontend", "main")]
|
||||
},
|
||||
plugins: [
|
||||
new HtmlPlugin({
|
||||
template: "src/templates/Index.html",
|
||||
template: "frontend/index.html",
|
||||
chunksSortMode: "dependency"
|
||||
})
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user