Skip to content

Commit

Permalink
Remove BUILD_ID
Browse files Browse the repository at this point in the history
It's unused
  • Loading branch information
frosas committed Apr 22, 2024
1 parent 7ed2ad6 commit 5c1f5d9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion webpack.config.js
Expand Up @@ -56,7 +56,6 @@ const configFactory = (_, args) => {
plugins: [
new CleanWebpackPlugin(),
new CopyPlugin({ patterns: [{ from: "static" }] }),
new webpack.DefinePlugin({ BUILD_ID: Date.now() }),
new webpack.BannerPlugin({
// TODO Submit fix for banner type not accepting functions
/** @type {any} */
Expand Down

0 comments on commit 5c1f5d9

Please sign in to comment.