Skip to content

Commit

Permalink
Renames from ui to webviews
Browse files Browse the repository at this point in the history
  • Loading branch information
eamodio committed Apr 24, 2019
1 parent 9d3b99c commit 89ca81c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ module.exports = function(env, argv) {
env.optimizeImages = true;
}

return [getExtensionConfig(env), getUIConfig(env)];
return [getExtensionConfig(env), getWebviewsConfig(env)];
};

function getExtensionConfig(env) {
Expand Down Expand Up @@ -122,7 +122,7 @@ function getExtensionConfig(env) {
};
}

function getUIConfig(env) {
function getWebviewsConfig(env) {
const clean = [];
if (env.optimizeImages) {
console.log('Optimizing images (src/webviews/apps/images/settings/*.png)...');
Expand Down

0 comments on commit 89ca81c

Please sign in to comment.