We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ecc446d commit 881252cCopy full SHA for 881252c
src/dev/build/tasks/create_static_fs_with_node_modules_task.js
@@ -20,7 +20,7 @@
20
import del from 'del';
21
import globby from 'globby';
22
import { resolve } from 'path';
23
-import { generateStaticFsVolume } from 'static-fs';
+import { generateStaticFsVolume } from '@elastic/static-fs';
24
25
async function deletePathsList(list) {
26
for (const path of list) {
0 commit comments