diff --git a/config/webpack/webpack.config.js b/config/webpack/webpack.config.js index 5fbe79ce63..00528036b3 100644 --- a/config/webpack/webpack.config.js +++ b/config/webpack/webpack.config.js @@ -1,4 +1,6 @@ -const { webpackConfig, merge } = require("shakapacker") +const { generateWebpackConfig, merge } = require("shakapacker") + +const webpackConfig = generateWebpackConfig() const options = { resolve: {