Change demo to use its own package.json

This commit is contained in:
radswiat 2017-04-12 10:08:41 +01:00
parent 1db0038d53
commit f41f5be30a
2 changed files with 3 additions and 3 deletions

View file

@ -1,4 +1,4 @@
// [AIV] Build version: 0.5.2 // [AIV] Build version: 0.6.0
/******/ (function(modules) { // webpackBootstrap /******/ (function(modules) { // webpackBootstrap
/******/ // The module cache /******/ // The module cache
/******/ var installedModules = {}; /******/ var installedModules = {};
@ -71,7 +71,7 @@
/* 0 */ /* 0 */
/***/ (function(module, exports) { /***/ (function(module, exports) {
module.exports = "<!DOCTYPE html><html lang=en><head><meta charset=UTF-8><title>Title</title></head><body><span>My awesome project | 0.5.2></span></body></html>" module.exports = "<!DOCTYPE html><html lang=en><head><meta charset=UTF-8><title>Title</title></head><body><span>My awesome project | 0.6.0></span></body></html>"
/***/ }), /***/ }),
/* 1 */ /* 1 */

View file

@ -39,7 +39,7 @@ module.exports = {
}, },
plugins: [ plugins: [
new WebpackAutoInject({ new WebpackAutoInject({
PACKAGE_JSON_PATH: '../package.json', PACKAGE_JSON_PATH: './package.json',
components: { components: {
AutoIncreaseVersion: true, AutoIncreaseVersion: true,
InjectAsComment: true, InjectAsComment: true,