mirror of
https://github.com/dillonkearns/elm-pages-v3-beta.git
synced 2024-11-30 23:06:10 +03:00
Change webpack alias for entry js file.
This commit is contained in:
parent
40b920853c
commit
0349a1c1db
@ -106,7 +106,7 @@ function printProgress(progress, message) {
|
||||
}
|
||||
function webpackOptions(production, routes, { debug, manifestConfig }) {
|
||||
const common = {
|
||||
entry: { hello: "./index.js" },
|
||||
entry: "./index.js",
|
||||
mode: production ? "production" : "development",
|
||||
plugins: [
|
||||
new AddFilesPlugin(),
|
||||
|
Loading…
Reference in New Issue
Block a user