webpack/test/configCases/library/multi-concatenate-modules-n.../other-entry.js

5 lines
162 B
JavaScript

import { readFile } from 'externals-2/foo'
it('should not optimize external modules in different concatenation scope', () => {
expect(readFile).toBeDefined()
})