Skip to content

Commit fb765b4

Browse files
committed
front: switch package type to module
Modules are the standard way to handle JavaScript imports. osrd-ui already uses modules everywhere, but osrd is lagging behind. This causes errors when trying to build osrd-ui as a workspace inside osrd. Signed-off-by: Simon Ser <contact@emersion.fr>
1 parent 79f8092 commit fb765b4

File tree

2 files changed

+1
-0
lines changed

2 files changed

+1
-0
lines changed

front/package.json

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"name": "osrd",
33
"version": "0.1.0",
44
"private": true,
5+
"type": "module",
56
"dependencies": {
67
"@ag-media/react-pdf-table": "^2.0.1",
78
"@nivo/core": "^0.88.0",
File renamed without changes.

0 commit comments

Comments
 (0)