@linktr.ee/create-link-app 1.1.0 → 1.1.2
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.
|
@@ -101,6 +101,7 @@ async function default_1(env, options) {
|
|
|
101
101
|
modules: [path_1.default.resolve(appDir, 'node_modules'), 'node_modules'],
|
|
102
102
|
alias: {
|
|
103
103
|
'@linktr.ee/extension': appEntry,
|
|
104
|
+
'@': path_1.default.resolve(appDir, 'src'),
|
|
104
105
|
},
|
|
105
106
|
},
|
|
106
107
|
plugins: [
|
|
@@ -170,16 +171,14 @@ async function default_1(env, options) {
|
|
|
170
171
|
shared: {
|
|
171
172
|
react: {
|
|
172
173
|
singleton: true,
|
|
174
|
+
eager: true,
|
|
173
175
|
requiredVersion: '17 || 18',
|
|
174
176
|
},
|
|
175
177
|
'react-dom': {
|
|
176
178
|
singleton: true,
|
|
179
|
+
eager: true,
|
|
177
180
|
requiredVersion: '17 || 18',
|
|
178
181
|
},
|
|
179
|
-
// 'styled-components': {
|
|
180
|
-
// singleton: true,
|
|
181
|
-
// requiredVersion: '5',
|
|
182
|
-
// },
|
|
183
182
|
},
|
|
184
183
|
}), new mini_css_extract_plugin_1.default({
|
|
185
184
|
filename: '[name].[contenthash].css',
|
package/oclif.manifest.json
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@linktr.ee/create-link-app",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.2",
|
|
4
4
|
"description": "Create a Link App on Linktr.ee.",
|
|
5
5
|
"license": "UNLICENSED",
|
|
6
6
|
"author": "Linktree",
|
|
@@ -109,4 +109,4 @@
|
|
|
109
109
|
"@oclif/plugin-help"
|
|
110
110
|
]
|
|
111
111
|
}
|
|
112
|
-
}
|
|
112
|
+
}
|