Comparing version 0.23.2-nightly.20250117.0 to 0.23.2-nightly.20250120.0
@@ -10,3 +10,3 @@ /** | ||
'use strict' | ||
const Lexical = process.env.NODE_ENV === 'development' ? require('./Lexical.dev.js') : require('./Lexical.prod.js'); | ||
const Lexical = process.env.NODE_ENV !== 'production' ? require('./Lexical.dev.js') : require('./Lexical.prod.js'); | ||
module.exports = Lexical; |
@@ -12,3 +12,3 @@ { | ||
"license": "MIT", | ||
"version": "0.23.2-nightly.20250117.0", | ||
"version": "0.23.2-nightly.20250120.0", | ||
"main": "Lexical.js", | ||
@@ -15,0 +15,0 @@ "types": "index.d.ts", |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
1163875
24603