We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b841e22 commit 1dab4acCopy full SHA for 1dab4ac
rollup.config.js
@@ -22,8 +22,8 @@ export default {
22
}),
23
replace({
24
BUILD_COMPAT_SNIPPET: 'true',
25
- BUILD_COMPAT_2_0: 'true',
26
BUILD_COMPAT_LOCAL_STORAGE: 'true',
+ BUILD_COMPAT_2_0: 'true',
27
BUILD_COMPAT_REACT_NATIVE: 'false',
28
29
commonjs(),
rollup.esm.js
@@ -22,9 +22,9 @@ export default {
BUILD_COMPAT_SNIPPET: 'false',
- BUILD_COMPAT_2_0: 'false',
+ BUILD_COMPAT_LOCAL_STORAGE: 'true',
- BUILD_COMPAT_LOCAL_STORAGE: 'false',
commonjs({
30
include: "node_modules/**"
0 commit comments