BREAKING CHANGE(core): switch to esm

This commit is contained in:
2022-03-24 23:11:53 +01:00
parent b52bb4b474
commit 8b2f541150
10 changed files with 5990 additions and 15254 deletions

View File

@@ -1,5 +1,5 @@
import * as plugins from './smartnetwork.plugins';
import * as stats from './helpers/stats';
import * as plugins from './smartnetwork.plugins.js';
import * as stats from './helpers/stats.js';
export class CloudflareSpeed {
constructor() {}