@modern-js/runtime 1.4.3 → 1.4.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -100,7 +100,7 @@ export default (() => ({
|
|
|
100
100
|
},
|
|
101
101
|
|
|
102
102
|
addRuntimeExports() {
|
|
103
|
-
pluginsExportsUtils.addExport(`export { default as state } from '@modern-js/runtime
|
|
103
|
+
pluginsExportsUtils.addExport(`export { default as state } from '@modern-js/runtime/runtime-state'`);
|
|
104
104
|
}
|
|
105
105
|
|
|
106
106
|
};
|
|
@@ -110,7 +110,7 @@ var _default = () => ({
|
|
|
110
110
|
},
|
|
111
111
|
|
|
112
112
|
addRuntimeExports() {
|
|
113
|
-
pluginsExportsUtils.addExport(`export { default as state } from '@modern-js/runtime
|
|
113
|
+
pluginsExportsUtils.addExport(`export { default as state } from '@modern-js/runtime/runtime-state'`);
|
|
114
114
|
}
|
|
115
115
|
|
|
116
116
|
};
|
|
@@ -90,7 +90,7 @@ export default (function () {
|
|
|
90
90
|
return PLUGIN_SCHEMAS['@modern-js/plugin-state'];
|
|
91
91
|
},
|
|
92
92
|
addRuntimeExports: function addRuntimeExports() {
|
|
93
|
-
pluginsExportsUtils.addExport("export { default as state } from '@modern-js/runtime
|
|
93
|
+
pluginsExportsUtils.addExport("export { default as state } from '@modern-js/runtime/runtime-state'");
|
|
94
94
|
}
|
|
95
95
|
};
|
|
96
96
|
}
|