Skip to content

Commit

Permalink
feat(css): Removed unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
vzpgb committed Mar 21, 2023
1 parent 19fadab commit dfb56f4
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -66,13 +66,6 @@ function getCSSVersion() {
return (stats.mtime.getTime());
}
}

const cssFile = './src/css/themeoverrides.css';
if(File(cssFile).exists()
var cssFile = new File()
const stats = fs.statSync('./src/css/themeoverrides.css');
return (stats.mtime.getTime());
}

const plugins = [
new webpack.EnvironmentPlugin(['NODE_ENV']),
Expand Down

0 comments on commit dfb56f4

Please sign in to comment.