Skip to content

Commit

Permalink
fix: Add meta
Browse files Browse the repository at this point in the history
  • Loading branch information
robcresswell committed Feb 17, 2019
1 parent 2193981 commit 4b76069
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/module.js
Expand Up @@ -2,6 +2,7 @@ const CompressionPlugin = require("compression-webpack-plugin");
const BrotliPlugin = require("brotli-webpack-plugin");

module.exports = compressionModule;
module.exports.meta = require('../package.json');

const filename = "[path].gz[query]";
const asset = "[path].br[query]";
Expand Down

0 comments on commit 4b76069

Please sign in to comment.