@linktr.ee/create-link-app 2.1.0 → 2.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.
|
@@ -147,6 +147,9 @@ async function default_1(env, options) {
|
|
|
147
147
|
new html_webpack_plugin_1.default({
|
|
148
148
|
template: htmlTemplateFile,
|
|
149
149
|
excludeChunks: [`LinkApp_${linkTypeId}`],
|
|
150
|
+
templateParameters: {
|
|
151
|
+
linkTypeSlug: linkTypeSlug,
|
|
152
|
+
},
|
|
150
153
|
}),
|
|
151
154
|
// Add progress plugin for better build feedback
|
|
152
155
|
new webpack_1.ProgressPlugin({
|
package/oclif.manifest.json
CHANGED
package/package.json
CHANGED