Fixes #292 Display version number

This commit is contained in:
Joseph Earl
2017-04-15 01:35:08 +01:00
committed by David Calavera
parent e66b3597ef
commit 22137ed777
3 changed files with 9 additions and 0 deletions

View File

@ -30,6 +30,9 @@ module.exports = merge.smart(require('./webpack.base.js'), {
NODE_ENV: JSON.stringify('production'),
},
}),
new webpack.DefinePlugin({
NETLIFY_CMS_VERSION: JSON.stringify(require("./package.json").version)
}),
new webpack.optimize.OccurenceOrderPlugin(),
// Minify and optimize the JavaScript