Closed semklim closed 1 year ago
Creates a bundle with files that shouldn't be there.
import {readFile} from 'fs/promises';
import {defaultDirJs, defaultFilePathJs} from "../env.js";
import "../../../env.js";
import { loadAddComponentInterface, submitComponentForm, addDetailFields, clearFormContainer, initialListenersTbody, submitForm, addMetaTagRow,
} from './functions.js'
2. Does not check each file for imports. Check only app.js
Creates a bundle with files that shouldn't be there.
import {defaultDirJs, defaultFilePathJs} from "../env.js";
import "../../../env.js";
import { loadAddComponentInterface, submitComponentForm, addDetailFields, clearFormContainer, initialListenersTbody, submitForm, addMetaTagRow,
} from './functions.js'