Skip to content
This repository was archived by the owner on Jun 10, 2025. It is now read-only.

Commit 34c3434

Browse files
committed
update readme
1 parent c6a2aa5 commit 34c3434

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -290,7 +290,7 @@ In our WSK we use **CSS3 custom properties** and **relative units** `rem`. By de
290290
* All **javascript** is **babelified** so yes! You can use all kind of [ES6 features](https://babeljs.io/docs/learn-es2015/) here.
291291
* All **extensions** must be installed by the [npm](https://docs.npmjs.com/cli/install);
292292
* 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`.
294294

295295
In **build (production)** mode we use:
296296

0 commit comments

Comments
 (0)