Skip to content

Commit

Permalink
add .thunderrc file to config
Browse files Browse the repository at this point in the history
  • Loading branch information
Jogiter committed Nov 2, 2018
1 parent b5ad32f commit 345b463
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -200,5 +200,6 @@ function setConfig(config) {
return config;
}

let thunderConfig = getThunderConfig()

module.exports = initWebpackConfig(setConfig(config), isProduction);
module.exports = initWebpackConfig(setConfig(thunderConfig), isProduction);

0 comments on commit 345b463

Please sign in to comment.