Use rollup to bundle all js output into a single module #21

Closed
opened 2023-06-20 18:18:20 +02:00 by migration-script · 0 comments

Story

As a ds4 user, I want the system to be bundled into a single module so that it loads faster via HTTP.

Description

We should use a bundler to output a single ES Module to decrease load times. Rollup is recommended.

Acceptance criteria

  1. The es modules are bundled into a single module by the build process using rollup
  2. A sourcemap is generated to facilitate debugging
# Story As a ds4 user, I want the system to be bundled into a single module so that it loads faster via HTTP. # Description We should use a bundler to output a single ES Module to decrease load times. Rollup is recommended. # Acceptance criteria 1. The es modules are bundled into a single module by the build process using rollup 2. A sourcemap is generated to facilitate debugging
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: dungeonslayers/ds4#21
No description provided.