Skip to content

Commit 1e375f9

Browse files
committed
use .mjs for constants to keep perf test harness working
1 parent 9499152 commit 1e375f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
* limitations under the License.
1212
*/
1313

14-
import { MINI } from './constants';
14+
import { MINI } from './constants.mjs';
1515

1616
const TAG_SET = 1;
1717
const PROPS_SET = 2;

0 commit comments

Comments
 (0)