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
{{ message }}
This repository was archived by the owner on Jun 10, 2025. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -290,7 +290,7 @@ In our WSK we use **CSS3 custom properties** and **relative units** `rem`. By de
290
290
* All **javascript** is **babelified** so yes! You can use all kind of [ES6 features](https://babeljs.io/docs/learn-es2015/) here.
291
291
* All **extensions** must be installed by the [npm](https://docs.npmjs.com/cli/install);
292
292
* After installing the extension you must **include** its **javascript** files in `src/vendor_entries/vendor.js` by adding new elements to the **array**.
293
-
* If you using ES modules or any types of modules, please import your modules in `vendor-compile.js`.
293
+
* If you using ES modules or any types of modules, please import your modules in `src/vendor_entries/vendor-compile.js`.
0 commit comments