mirror of
https://github.com/dillonkearns/elm-pages-v3-beta.git
synced 2024-12-28 22:37:08 +03:00
Try removing resolve module option to make netlify build happy.
This commit is contained in:
parent
cc84866f67
commit
857cb8e94d
@ -74,9 +74,7 @@ function webpackOptions(production, routes) {
|
||||
publicPath: "/"
|
||||
},
|
||||
resolve: {
|
||||
modules: [path.join(__dirname, "src"), "node_modules"],
|
||||
extensions: [".js", ".elm", ".scss", ".png", ".html"],
|
||||
symlinks: false
|
||||
extensions: [".js", ".elm", ".scss", ".png", ".html"]
|
||||
},
|
||||
module: {
|
||||
rules: [
|
||||
|
Loading…
Reference in New Issue
Block a user