Commit fd5e157c authored by jtc42's avatar jtc42
Browse files

Save all package info to process.env

parent 83c933fb
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -14,7 +14,7 @@ module.exports = {
    config.plugins.push(
      new webpack.DefinePlugin({
        'process.env': {
          PACKAGE_VERSION: JSON.stringify(require('./package.json').version)
          PACKAGE: JSON.stringify(require('./package.json'))
        }
      })
    )