mirror of
https://github.com/logos-messaging/js-noise.git
synced 2026-01-02 13:43:08 +00:00
use import()
This commit is contained in:
parent
289c59b896
commit
400842e5e8
@ -3,7 +3,7 @@ process.env.CHROME_BIN = require("puppeteer").executablePath();
|
||||
const os = require("os");
|
||||
const path = require("path");
|
||||
|
||||
const rollupConfig = require("./rollup.config");
|
||||
const rollupConfig = import("./rollup.config.js");
|
||||
|
||||
const output = {
|
||||
path: path.join(os.tmpdir(), "_karma_webpack_") + Math.floor(Math.random() * 1000000),
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user