mirror of
https://github.com/vitejs/vite.git
synced 2024-11-21 14:48:41 +00:00
8 lines
227 B
JavaScript
8 lines
227 B
JavaScript
import { msg } from 'virtual:slow-module'
|
|
import './empty.js'
|
|
|
|
export default msg
|
|
|
|
// This module tests that the import order is preserved in this module's `importedUrls` property
|
|
// as the imports can be processed in parallel
|