Refactor usage of EditorState + Add version to editorState + increment editorState to "v2.0.0"

This commit is contained in:
Eric NGUYEN 2023-03-01 11:46:22 +01:00
parent 460669987d
commit afd303f8cb
13 changed files with 136 additions and 179 deletions

View file

@ -6,5 +6,8 @@ export default defineConfig({
plugins: [
react()
],
base: './'
base: './',
define: {
APP_VERSION: JSON.stringify(process.env.npm_package_version)
}
});