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
Copy file name to clipboardExpand all lines: part-iv-toolchain/importing-webix-as-module.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@ But if you really need to include Webix as a module, you can do this in two ways
12
12
## Building a Huge Bundle of Webix and the App
13
13
14
14
{% hint style="warning" %}
15
-
Please note that this way in not recommended, as the resulting file is relatively big and will work better as a separate script, without bundling in the single *app.js*.
15
+
Please note that this way is not recommended, as the resulting file is relatively big and will work better as a separate script, without bundling in the single *app.js*.
16
16
{% endhint %}
17
17
18
18
1\. Make Webix available for all includes by adding the following section in **webpack.config.js**:
0 commit comments