Revision 1fed10dfb15aeb6c09b9c7f81ffe9214186ff48a authored by Anthony Perez on 16 March 2022, 20:51:52 UTC, committed by Mark Otto on 13 April 2022, 04:14:54 UTC
Following the Parcel v1 installation guide seems to install the latest version of Parcel (v2), which makes several instructions in this guide throw errors. Therefore, I have updated the guide to work with version 2 of Parcel.

Change Details:
1) Update the URL to point to the latest doc pages.
2) Use the `type="module"` HTML attribute to reference a module [migration](https://parceljs.org/getting-started/migration/#code-changes)
3) The `--out-dir <dir>` CLI parameter has been changed to `--dist-dir <dir>` [CLI](https://parceljs.org/features/cli/#parameters)
4)  For a reason I'm unsure of, `--experimental-scope-hoisting` throws the following error: `error: unknown option '--experimental-scope-hoisting'`, so I removed it to get the build to work.
1 parent 74be17e
History
File Mode Size
forms
helpers
mixins
utilities
vendor
_accordion.scss -rw-r--r-- 4.6 KB
_alert.scss -rw-r--r-- 2.1 KB
_badge.scss -rw-r--r-- 1.2 KB
_breadcrumb.scss -rw-r--r-- 1.8 KB
_button-group.scss -rw-r--r-- 3.0 KB
_buttons.scss -rw-r--r-- 4.8 KB
_card.scss -rw-r--r-- 6.6 KB
_carousel.scss -rw-r--r-- 5.5 KB
_close.scss -rw-r--r-- 1.1 KB
_containers.scss -rw-r--r-- 1.2 KB
_dropdown.scss -rw-r--r-- 7.8 KB
_forms.scss -rw-r--r-- 256 bytes
_functions.scss -rw-r--r-- 10.3 KB
_grid.scss -rw-r--r-- 575 bytes
_helpers.scss -rw-r--r-- 266 bytes
_images.scss -rw-r--r-- 1.1 KB
_list-group.scss -rw-r--r-- 6.2 KB
_maps.scss -rw-r--r-- 1.6 KB
_mixins.scss -rw-r--r-- 899 bytes
_modal.scss -rw-r--r-- 7.6 KB
_nav.scss -rw-r--r-- 4.5 KB
_navbar.scss -rw-r--r-- 8.8 KB
_offcanvas.scss -rw-r--r-- 2.0 KB
_pagination.scss -rw-r--r-- 3.9 KB
_placeholders.scss -rw-r--r-- 859 bytes
_popover.scss -rw-r--r-- 6.8 KB
_progress.scss -rw-r--r-- 1.9 KB
_reboot.scss -rw-r--r-- 12.1 KB
_root.scss -rw-r--r-- 2.4 KB
_spinners.scss -rw-r--r-- 2.4 KB
_tables.scss -rw-r--r-- 4.3 KB
_toasts.scss -rw-r--r-- 2.4 KB
_tooltip.scss -rw-r--r-- 4.2 KB
_transitions.scss -rw-r--r-- 425 bytes
_type.scss -rw-r--r-- 1.3 KB
_utilities.scss -rw-r--r-- 14.5 KB
_variables.scss -rw-r--r-- 66.8 KB
bootstrap-grid.scss -rw-r--r-- 1.3 KB
bootstrap-reboot.scss -rw-r--r-- 441 bytes
bootstrap-utilities.scss -rw-r--r-- 409 bytes
bootstrap.scss -rw-r--r-- 1.1 KB

back to top