@linktr.ee/create-link-app 1.1.0 → 1.1.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.
|
@@ -170,16 +170,14 @@ async function default_1(env, options) {
|
|
|
170
170
|
shared: {
|
|
171
171
|
react: {
|
|
172
172
|
singleton: true,
|
|
173
|
+
eager: true,
|
|
173
174
|
requiredVersion: '17 || 18',
|
|
174
175
|
},
|
|
175
176
|
'react-dom': {
|
|
176
177
|
singleton: true,
|
|
178
|
+
eager: true,
|
|
177
179
|
requiredVersion: '17 || 18',
|
|
178
180
|
},
|
|
179
|
-
// 'styled-components': {
|
|
180
|
-
// singleton: true,
|
|
181
|
-
// requiredVersion: '5',
|
|
182
|
-
// },
|
|
183
181
|
},
|
|
184
182
|
}), new mini_css_extract_plugin_1.default({
|
|
185
183
|
filename: '[name].[contenthash].css',
|
package/oclif.manifest.json
CHANGED