You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The following is the list of blogs created by Power Apps community.
@@ -47,21 +46,23 @@ The following is the list of blogs created by Power Apps community.
47
46
-[Work with code components using Power Apps component framework](https://powermaverick.dev/2019/05/18/create-custom-controls-using-powerapp-component-framework)
48
47
49
48
## Videos
49
+
50
50
The following is the list of videos created by Power Apps community.
51
51
52
52
-[Build your own code components](https://www.youtube.com/watch?v=S3Z_IUf1ncg)
53
53
-[Code components for canvas apps](https://www.youtube.com/watch?v=bMSCkcb4xAQ&feature=emb_logo)
54
54
-[Easier debugging with sourcemaps and Fiddler](https://www.youtube.com/watch?v=Ov-m5FBUj9g&feature=youtu.be)
55
55
-[Getting started with code components](https://www.youtube.com/watch?v=ylhVZUlGgQw)
The [Custom Control Builder](https://www.xrmtoolbox.com/plugins/Maverick.PCF.Builder/) is a tool from XrmToolBox that lets you create code components in visual manner using the Power Apps CLI.
68
+
The [Code component builder](https://www.xrmtoolbox.com/plugins/Maverick.PCF.Builder/) is a tool from XrmToolBox that lets you create code components in visual manner using the Power Apps CLI.
Copy file name to clipboardExpand all lines: powerapps-docs/developer/component-framework/issues-and-workarounds.md
+9Lines changed: 9 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -73,3 +73,12 @@ If a component is created using the CLI version lower than 0.4.3, you will encou
73
73
</packageSourceCredentials>
74
74
</configuration>
75
75
```
76
+
77
+
**Web resource size is too big**
78
+
79
+
Error **Import Solution Failed: Web resource content size is too big**.
80
+
81
+
**Workaround**
82
+
83
+
1. When you're creating the `bundle.js` file from the CLI tooling, it bundles lot of components which makes the file large. Remove some of the components that are not necessary.
84
+
2. Build the component in `production` mode by modifying the `node_modules/pcf-scripts/webpackconfig.js` file.
0 commit comments