@modern-js/utils 1.2.0 → 1.2.1
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.
package/CHANGELOG.md
CHANGED
|
@@ -158,6 +158,7 @@ export const INTERNAL_PLUGINS = {
|
|
|
158
158
|
cli: '@modern-js/plugin-static-hosting/cli'
|
|
159
159
|
},
|
|
160
160
|
'@modern-js/plugin-polyfill': {
|
|
161
|
+
cli: '@modern-js/plugin-polyfill/cli',
|
|
161
162
|
server: '@modern-js/plugin-polyfill'
|
|
162
163
|
},
|
|
163
164
|
'@modern-js/plugin-multiprocess': {
|
package/package.json
CHANGED
package/src/constants.ts
CHANGED
|
@@ -119,7 +119,10 @@ export const INTERNAL_PLUGINS: {
|
|
|
119
119
|
'@modern-js/plugin-static-hosting': {
|
|
120
120
|
cli: '@modern-js/plugin-static-hosting/cli',
|
|
121
121
|
},
|
|
122
|
-
'@modern-js/plugin-polyfill': {
|
|
122
|
+
'@modern-js/plugin-polyfill': {
|
|
123
|
+
cli: '@modern-js/plugin-polyfill/cli',
|
|
124
|
+
server: '@modern-js/plugin-polyfill',
|
|
125
|
+
},
|
|
123
126
|
'@modern-js/plugin-multiprocess': {
|
|
124
127
|
cli: '@modern-js/plugin-multiprocess/cli',
|
|
125
128
|
},
|