Feature/rebrand (#3)

This commit is contained in:
Daniel Lautzenheiser
2022-09-30 06:13:47 -06:00
committed by GitHub
parent 213e51c52d
commit 8acda23acc
416 changed files with 2818 additions and 8793 deletions

View File

@ -1,6 +1,6 @@
const path = require('path');
const coreVersion = require('./packages/netlify-cms-core/package.json').version;
const coreVersion = require('./package.json').version;
const isProduction = process.env.NODE_ENV === 'production';
const isTest = process.env.NODE_ENV === 'test';
const isESM = process.env.NODE_ENV === 'esm';
@ -59,7 +59,7 @@ function plugins() {
[
'transform-define',
{
NETLIFY_CMS_CORE_VERSION: `${coreVersion}`,
SIMPLE_CMS_CORE_VERSION: `${coreVersion}`,
},
],
[