Skip to content

Commit d0dd957

Browse files
committed
fix import path in custom bundle script
1 parent 108b6f7 commit d0dd957

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

devtools/regl_codegen/server.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import fs from 'fs';
2-
import path from 'path';
2+
import path from 'path';
33
import http from 'http';
44
import ecstatic from 'ecstatic';
55
import open from 'open';

tasks/custom_bundle.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
var path = require('path');
1+
import path from 'path';
22
import minimist from 'minimist';
33
import runSeries from 'run-series';
44

0 commit comments

Comments
 (0)