mirror of https://github.com/webpack/webpack.git
7 lines
125 B
JavaScript
7 lines
125 B
JavaScript
|
import * as ns from /* webpackDefer: true */ "./deferred.js";
|
||
|
import "./1.js";
|
||
|
|
||
|
if (Math.random() > 1) {
|
||
|
console.log(ns);
|
||
|
}
|